The HOST_GROUP table gets its data from usergrouploader.
Column Name |
Data Type |
Nullable (Y/N) |
Key (PK/FK) |
Description |
CLUSTER_NAME |
VARCHAR2(128) |
N |
PK |
This is the cluster name. |
TIME_STAMP |
TIMESTAMP(6) |
N |
|
The record sample time in the local cluster time zone. |
TIME_STAMP_GMT |
NUMBER(13) |
N |
PK |
The record sample time in the GMT time. This is the number of seconds from midnight, 1 January, 1970. |
USER_NAME |
VARCHAR2(128) |
N |
PK |
This is the user name. |
USER_GROUP_NAME |
VARCHAR2(512) |
N |
PK |
This is the user group name. |
INSERT_SEQ |
NUMBER(15) |
Y |
|
The order of sequence in which this record is inserted into the table. This field is auto-incremented whenever a new record is inserted into the table. |