FFS_DB_OPTIMIZER_STATE

DB Maintenance: Current operation performed by db_optimizer (required to make rollback).

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_DB_OPTIMIZER_STATE_PK

OPTIMIZER_MODE

Columns

Name Datatype Length Precision Not-null Comments
OPTIMIZER_MODE NUMBER 10 Yes Contains unique identifier of the row. Always equals to 0. PK.
WATERMARK TIMESTAMP Minimum date that can be stored in *_0 tables.
OPERATION NUMBER 3 Yes Contains identifier of the current operation. Always equals to 0.
OBJECTS VARCHAR2 4000 IDs of objects the operation is performed for.
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.

Indexes

Index Uniqueness Tablespace Columns
FFS_DB_OPTIMIZER_STATE_PK Unique DATA OPTIMIZER_MODE