ZCA_IMPEXP_DIAG_GEN

This table contains (import /export /Extn generation) Diagnostic generation.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCA_IMPEXP_DIAG_GEN_PK

IMPEXP_DIAG_GEN_ID

Columns

Name Datatype Length Precision Not-null Comments
IMPEXP_DIAG_GEN_ID NUMBER 18 Yes IMPEXP_DIAG_GEN_ID- the primary key of this table
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.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CONTEXT_BATCH_STATUS VARCHAR2 30 Status of the Export batch/Import SysTask/ Generation Status
DIAGNOSTIC_STATUS VARCHAR2 30 STATUS of the current Diagnostic Run
START_TIME TIMESTAMP This column denotes the Diagnostic Gen Start Time
END_TIME TIMESTAMP this column denotes the Diagnostic Gen Stop Time
MESSAGE VARCHAR2 1000 This column denotes the Status Message.
CONTEXT_TYPE VARCHAR2 30 Yes Product Context-IMPORT/EXPORT/GENERATION
CONTEXT_OBJECT_CODE VARCHAR2 100 Yes OBJECT in Export / Import , Application in GENERATE
CONTEXT_BATCH_ID NUMBER 18 Export Batch Id / Import Systask Id / Impexp_extn_gen_id - To maintain relation between components and generation record
CONTEXT_JOB_ID NUMBER 18 This column denotes Export Job Id/Import Job Id

Indexes

Index Uniqueness Tablespace Columns
ZCA_IMPEXP_DIAG_GEN_U1 Unique Default IMPEXP_DIAG_GEN_ID