ZCQ_KEYGEN_JOB_MNT

The ZCQ_KEYGEN_JOB_MNT is an interface table to temp store each child ess job processing status. This table works together with ZCQ_KEYGEN_CHG_IDS to monitor and process keys

Details

  • Schema: FUSION

  • Object owner: ZCQ

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

ZCQ_KEYGEN_JOB_MNT_PK

KEYGEN_JOB_MNT_ID

Columns

Name Datatype Length Precision Not-null Comments Status
KEYGEN_JOB_MNT_ID NUMBER 18 Yes Primary Key for this table. Active
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. Active
REQUEST_STATUS VARCHAR2 20 Status of a request. Active
ENTITY_TYPE_CODE VARCHAR2 64 Entity involved in this job. Active
CONFIGURATION_CODE VARCHAR2 64 The EDQ configuration code for which the ess job processing is done.
ZCQ_KEYGEN_SUMMARY_ID NUMBER 18 the foreign key to zcq_keygen_summaries table
JOB_REQUEST_ID NUMBER 18 The ESS job request id
GEN_RECS NUMBER 18 The number of records for which keys have been generated successfully.
ERR_RECS NUMBER 18 The number of records for which keys could not be generated successfully.
TOTAL_RECS NUMBER 18 The total number of records for keys generation
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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.
RETRY_COUNT NUMBER 5 RETRY_COUNT

Indexes

Index Uniqueness Tablespace Columns Status
ZCQ_KEYGEN_JOB_MNT_N1 Non Unique Default REQUEST_ID, ZCQ_KEYGEN_SUMMARY_ID, CONFIGURATION_CODE
ZCQ_KEYGEN_JOB_MNT_PK Unique FUSION_TS_INTERFACE KEYGEN_JOB_MNT_ID Active