ZCH_DATA_MGMT_PROCESS_STATS

Summarizes execution of a process operating on records within a data set by providing aggregate metrics across all process runs.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCH_DATA_MGMT_PROCESS_STATS_PK

PROCESS_STATS_ID

Columns

Name Datatype Length Precision Not-null Comments
PROCESS_STATS_ID NUMBER 18 Yes Identifies this record of process summary statistics
PROCESS_TYPE VARCHAR2 30 Yes Type of process described by this record of statistics
PROCESS_ID NUMBER 18 Process instance described by this record of statistics.
OBJ_NAME VARCHAR2 30 Object for which the summary statistics were collected
DATA_SET_UUID VARCHAR2 36 Data set for which the summary statistics were collected
STATS_CONTENT CLOB Yes Content with summary statistics information
STATS_CONTENT_TYPE VARCHAR2 250 Yes MIME type of summary statistics content
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.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCH_DATA_MGMT_PROCESS_STATS_N1 Non Unique Default PROCESS_TYPE, PROCESS_ID, OBJ_NAME
ZCH_DATA_MGMT_PROCESS_STATS_N2 Non Unique Default PROCESS_TYPE, DATA_SET_UUID
ZCH_DATA_MGMT_PROCESS_STATS_PK Unique Default PROCESS_STATS_ID