OSS_BATCHES

This table is used to capture batching information about the async action ess job.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_BATCHES_PK

BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Identifies the batch identifier for the row.
FLOW_TYPE VARCHAR2 30 Identifies the flow type.
NUMBER_OF_ACTIVE_SERVERS NUMBER 18 Identifies the number of active servers running in the current cluster.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
BATCH_STATUS VARCHAR2 30 Execution status of the batch. Can have values 0 (New), 1 (Success) and 2 (Error).
START_DATE TIMESTAMP Identifies the start date of the batch.
END_DATE TIMESTAMP Identifies the end date of the batch.
ACTION VARCHAR2 30 Yes Identifies the action being executed for this batch.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
oss_batch_items oss_batches BATCH_ID
oss_sub_batches oss_batches BATCH_ID

Indexes

Index Uniqueness Tablespace Columns
OSS_BATCHES_PK Unique Default BATCH_ID