Column Name | Data Type | Nullable (Y/N) | Key (PK/FK) | Description |
Column Name |
Data Type |
Null(Y/N) |
Key (PK/FK) |
Comment |
TIME_STAMP |
TIMESTAMP(6) |
N |
|
The record sample time in the local cluster time zone. |
TIME_STAMP_GMT |
NUMERIC(13) |
N |
PK |
The record sample time in GMT time. This is the number of seconds from midnight, January 1 st , 1970. |
CLUSTER_NAME |
VARCHAR2(128) |
N |
PK |
Cluster name |
HOST_NAME | VARCHAR2(128) | N | PK | |
CORE_ID | NUMBER(10) | N | PK | |
CORE_UTIL |
NUMBER |
Y |
|
|
INSERT_SEQ | NUMBER | 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. |