RPT_EVENT_LOG

This table stores the events with error or information logged during various steps executed during the FULL ETL or incremental ETL.

Foreign Keys

This table does not have any foreign keys.

Column Descriptions

Column Name

Null?

Data Type

Description

EVENT_LOG_ID

NOT NULL

NUMBER

Identifier to represent an event log. It refers to the EVENT_LOG_ID in RPT_EVENT_LOG_DETAIL table

EVENT_TIME

NOT NULL

DATE

The timestamp when the event occurs

EVENT_ID

NOT NULL

NUMBER

Identifier to represent an event type. This refers to the EVENT_ID column in RPT_EVENT_DEF

ETL_JOB_ID

NULLABLE

NUMBER

Identifier to relate with ETL JOB. This refers to the ETL_JOB_ID column in RPT_ETL_JOB table

Indexes

Index Name

Index Type

Sequence

Column Name

SYS_C003623231

UNIQUE

1

EVENT_LOG_ID

Sequences

This table uses no sequences.