ZCQ_KEYGEN_SUMMARIES

The ZCQ_KEYGEN_SUMMARIES stores summary information for key generation.

Details

  • Schema: FUSION

  • Object owner: ZCQ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCQ_EDQ_KEYGEN_SUMMARIES_PK

ZCQ_KEYGEN_SUMMARY_ID

Columns

Name Datatype Length Precision Not-null Comments
ZCQ_KEYGEN_SUMMARY_ID NUMBER 18 Yes Primary key for this table.
ENTITY_TYPE VARCHAR2 50 Yes The entity involved in key generation.
LAST_KEY_GEN_TIME TIMESTAMP Last time the incremental key gen was performed. It is an indicator for next incremental key
NEXT_KEY_GEN_TIME TIMESTAMP NEXT_KEY_GEN_TIME
PROCESS_STATUS_CODE VARCHAR2 50 Status for incremental key generation.
ENABLED_FLAG VARCHAR2 1 ENABLED_FLAG
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.
CONFIGURATION_CODE VARCHAR2 64 Yes The configuration code for the batch keygen
KEYGEN_TYPE VARCHAR2 20 The type of batch keygen
JOB_REQUEST_ID NUMBER 18 The ESS job request id
JOB_START_TIME TIMESTAMP JOB_START_TIME
JOB_END_TIME TIMESTAMP JOB_END_TIME
GEN_RECS NUMBER 18 GEN_RECS
ERR_RECS NUMBER 18 ERR_RECS
TOTAL_RECS NUMBER 18 The total number of records for keys generation
KEYGEN_MODE VARCHAR2 1 KEYGEN_MODE
REWIND_MINUTE NUMBER 18 REWIND_MINUTE
PURGE_STATUS VARCHAR2 1 PURGE_STATUS

Indexes

Index Uniqueness Tablespace Columns
ZCQ_KEYGEN_SUMMARIES_N1 Non Unique Default ZCQ_KEYGEN_SUMMARY_ID, JOB_REQUEST_ID, CONFIGURATION_CODE
ZCQ_KEYGEN_SUMMARIES_N2 Non Unique Default CONFIGURATION_CODE, KEYGEN_TYPE, PROCESS_STATUS_CODE
ZCQ_KEYGEN_SUMMARIES_U1 Unique Default ZCQ_KEYGEN_SUMMARY_ID
ZCQ_KEYGEN_SUMMARIES_U2 Unique Default ENTITY_TYPE, CONFIGURATION_CODE, LAST_KEY_GEN_TIME, KEYGEN_TYPE