CN_PROCESS_RECOVER_ALL

This is a transactional table that will hold the information related to the current state of each ESS request along with the associated checkpoint completed. Once a process has failed ,the restart logic would examine this table, determine the checkpoint completed and continue the flow from that point onwards.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_PROCESS_RECOVER_ALL_PK

PROCESS_RECOVER_ID

Columns

Name Datatype Length Precision Not-null Comments
PROCESS_RECOVER_ID NUMBER 18 Yes Unique number from a running sequence
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
CURRENT_PHASE NUMBER Yes Last completed phase for the job, to be used to determine the restart point
CURRENT_PHASE_DESC VARCHAR2 900 Description of the last completed phase
LOGICAL_BATCH_ID NUMBER 18 Logical grouping of entities for processing
PHYSICAL_BATCH_ID NUMBER 18 Physical grouping of entities for processing
PROCESS_NAME VARCHAR2 30 Identifies the process being executed, this name can be different to the Enterprise Service Scheduler job's name
WORKER_ID NUMBER 18 Worker number for batch processing
WORKER_REQUEST_ID NUMBER 18 Indicates the Enterprise Service Scheduler request ID for the worker
CALC_PHASE VARCHAR2 30 Calculation phase for the worker
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
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
CN_PROCESS_RECOVER_ALL_N1 Non Unique Default REQUEST_ID
CN_PROCESS_RECOVER_ALL_N2 Non Unique Default JOB_DEFINITION_NAME, CURRENT_PHASE, ORG_ID
CN_PROCESS_RECOVER_ALL_U1 Unique Default PROCESS_RECOVER_ID