KENV_HOST_CLASSES
This table is an internal table used by Kintana Deliver to define functional host classes (operating system groupings) for its client and server machines.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
HOST_CLASS_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
HOST_CLASS_NAME |
NOT NULL |
VARCHAR2(80) |
Defines the host class. Either "Windows Hosts" or "UNIX Hosts." |
OS_FILE_DELIMITER |
NOT NULL |
VARCHAR2(5) |
Identifies the slash type for this operating system ('/' or '\') |
DESCRIPTION |
NULLABLE |
VARCHAR2(240) |
Description of the host |
ENABLED_FLAG |
NOT NULL |
VARCHAR2(1) |
Determines whether this application may be used in a workflow |
DEFINITION_LANGUAGE |
NOT NULL |
VARCHAR2(40) |
Definition Language |
REFERENCE_CODE |
NOT NULL |
VARCHAR2(200) |
Reference Code |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KENV_HOST_CLASSES_U1 |
UNIQUE |
1 |
HOST_CLASS_ID |
KENV_HOST_CLASSES_U2 |
UNIQUE |
1 |
HOST_CLASS_NAME |
SYS_C005197824 |
UNIQUE |
1 |
REFERENCE_CODE |
Sequences
This table uses no sequences.