FFS_DB_OBJECT_STATUS

DB Maintenance: Contains a list of obsolete database objects to be removed from the database by the DB Maintenance micro-service.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_DB_OBJECT_STATUS_PK

OBJECT_ID

Columns

Name Datatype Length Precision Not-null Comments
OBJECT_ID NUMBER 10 Yes Contains unique identifier of the row. PK.
OBJECT_NAME VARCHAR2 256 Contains name of db object name: table, view or.
CREATE_DATETIME TIMESTAMP Yes Contains time when current object was inserted.
UPDATE_DATETIME TIMESTAMP Yes Contains time when the status was last updated.
DELETE_DATETIME TIMESTAMP Contains time when the object was marked for drop.
DELETE_FLAG NUMBER 3 Contains flag is the db object is marked for removal. Possible values: 1 - object is marked for removal, 0 - object is in use.
OBJECT_STATUS VARCHAR2 3 Contains current status of the db object. Possible values: ON, OFF.
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_OBJECT_STATUS_N1 Non Unique DATA OBJECT_NAME
FFS_DB_OBJECT_STATUS_PK Unique DATA OBJECT_ID