XCC_MASTER_PROCESSES

XCC_MASTER_PROCESSES stores the status of the balance streaming master process.

Details

  • Schema: FUSION

  • Object owner: XCC

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
MASTER_RUN_ID NUMBER 18 Yes Unique identifier for the balance streaming master process.
STATUS_CODE VARCHAR2 60 Status of the balance streaming master process.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.

Indexes

Index Uniqueness Tablespace Columns
XCC_MASTER_PROCESSES_U1 Unique Default MASTER_RUN_ID