ZCH_DATA_MGMT_PROCESS_LOGS

This table stores the info/errors mainly for merge plsql run time process.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCH_DATA_MGMT_PROCESS_LOG_PK

PROCESS_LOG_ID

Columns

Name Datatype Length Precision Not-null Comments
PROCESS_LOG_ID NUMBER 18 Yes Log Id
PROCESS_TASK_ID NUMBER 18 Yes For now put ESS Req ID
MESSAGE_TYPE VARCHAR2 30 Message Type
MESSAGE_TEXT VARCHAR2 4000 Message Text
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
MESSAGE_DETAIL CLOB Used to store queries, stack trace, or any other information.

Indexes

Index Uniqueness Tablespace Columns
ZCH_DATA_MGMT_PROCESS_LOGS_N1 Non Unique Default PROCESS_TASK_ID, MESSAGE_TYPE
ZCH_DATA_MGMT_PROCESS_LOGS_U1 Unique Default PROCESS_LOG_ID