RPT_EVENT_DEF
This table stores the various types of event that are logged by various steps during FULL ETL and incremental ETL process.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
EVENT_ID |
NOT NULL |
NUMBER |
Identifier of the event type |
EVENT_DESCRIPTION |
NOT NULL |
VARCHAR2(512) |
Description of the event type |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
SYS_C003623227 |
UNIQUE |
1 |
EVENT_ID |
Sequences
This table uses no sequences.