CSO_DEL_INDEX_QUEUE_ITEM

This table is used to store the root IndexQueueItem IDs to delete.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_DEL_INDEX_QUEUE_ITEM_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
RECORD_ID NUMBER Yes This is the primary key of the table.
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the database.
DATE_MODIFIED TIMESTAMP Yes Date record was last modified in database.
INDEX_QUEUE_ITEM_ID NUMBER Yes id of the IndexQueueItem that needs to be deleted.
SESSION_ID VARCHAR2 32 Yes This is the id of the session for this record.
REPOSITORY_ID VARCHAR2 32 Yes This is the id of the repository for this record.

Indexes

Index Uniqueness Columns
CSO_DEL_INDEX_QUEUE_ITEM_U1 Unique RECORD_ID
CSO_DEL_INDEX_QUEUE_ITEM_UK1 Unique SESSION_ID, INDEX_QUEUE_ITEM_ID