ZCA_ORCH_BATCH_JOBS

Contains the details of Orchestration Batch jobs.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_ORCH_BATCH_JOBS_PK

JOB_ID

Columns

Name Datatype Length Precision Not-null Comments
JOB_ID NUMBER 18 Yes Orchestration scheduled job batch job id. Primary key column.
ESS_REQUEST_ID NUMBER 18 Yes Unique identifier of the ESS job. It is the parent ESS Job Id even for Sub Jobs spawned.
JOB_CHUNK_ID NUMBER 18 Yes Index of the chunk assigned by one of the sub jobs.
JOB_ITEM_COUNT NUMBER 18 Number of job items in a given batch job.
JOB_STATUS VARCHAR2 30 Yes Status of the job. Some possible values are NOTSTARTED, INPROGRESS, ERRORED, and COMPLETED.
PARENT_JOB_ID NUMBER 18 Unique identifier of the parent job.
REC_NUM_START NUMBER 18 Starting Index of the Job Item row that will be processed as part of the current job.
REC_NUM_END NUMBER 18 Ending Index of the Job Item row that will be processed as part of the current Job.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCA_ORCH_BATCH_JOBS_N1 Non Unique Default PARENT_JOB_ID, ESS_REQUEST_ID
ZCA_ORCH_BATCH_JOBS_PK Unique Default JOB_ID
ZCA_ORCH_BATCH_JOBS_U1 Unique Default JOB_CHUNK_ID, ESS_REQUEST_ID