Platform Analytics 7 Dataflow

LSB_EVENTS_EXECHOSTLIST table

This table contains a list of execution hosts for a particular event.
Column Name Data Type Nullable (Y/N) Key (PK/FK) Description
CLUSTER_NAME VARCHAR2(128) N PK This is the cluster name.
EVENT_TIME TIMESTAMP(6) N   The time of this record in the local server time zone.
EVENT_TIME_GMT NUMBER(13) N PK The time of this record in GMT time. This is the number of seconds from midnight, 1 January, 1970.
EVENT_TYPE VARCHAR2(64) N PK The type of event.
JOB_ID NUMBER(15) N PK The LSF-assigned job ID.
JOB_ARRAY_INDEX NUMBER(15) N PK The job array index.
HOST_NAME VARCHAR2(128) N PK The name of the host being used to execute the job.
SLOT_NUM NUMBER N   The number of slots used in this host.
SUBMIT_TIME TIMESTAMP Y   The time the job was submitted in GMT time. This is the number of seconds from midnight, 1 January, 1970.
INSERT_SEQ NUMBER(15) N   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.