ADF_SB_LOG_HISTORY

Stores history of refresh logs for a sandbox.

Details

  • Schema: FUSION

  • Object owner: ADF

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ADF_SB_LOG_HISTORY_PK

SANDBOX_ID, LOG_ID

Columns

Name Datatype Length Precision Not-null Comments
SANDBOX_ID VARCHAR2 60 Yes Primary Key. SANDBOX_ID from ADF_SB_SANDBOXES
LOG_ID NUMBER 18 Yes Primary Key. LOG_ID from ADF_SB_LOGS
LOG_TYPE VARCHAR2 240 Yes LOG_TYPE from ADF_SB_LOGS.
DISPLAY_FLAG VARCHAR2 1 Yes UI Display Hint.
PARENT_LOG_ID NUMBER 18 ID of Parent Log .
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.

Indexes

Index Uniqueness Tablespace Columns
ADF_SB_LOG_HISTORY_U1 Unique Default SANDBOX_ID, LOG_ID