FUN_PARALLEL_SETUP_JOBS

This table contains details about the jobs in a parallel setup.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FUN_PARALLEL_SETUP_JOBS_PK

PARALLEL_JOB_ID

Columns

Name Datatype Length Precision Not-null Comments
PARALLEL_JOB_ID NUMBER 18 Yes Unique identifier of the parallel setup's job.
PARALLEL_SETUP_ID NUMBER 18 Yes Parallel setup to which this job belongs.
JOB_CODE VARCHAR2 30 Yes A code that uniquely represents this parallel job within this parallel setup.
JOB_TYPE_CODE VARCHAR2 30 Yes Type of job. Possible values are ESS and OTHER.
LAUNCHED_MANUALLY_FLAG VARCHAR2 1 Yes Indicates whether this job will be submitted manually.
PARALLEL_JOB_NAME VARCHAR2 100 Enterprise Service Scheduler job name.
PARALLEL_JOB_PACKAGE VARCHAR2 900 Enterprise Service Scheduler job package.
MAXIMUM_THREADS NUMBER 6 Maximum number of threads of this job that should be allowed to run simultaneously.
ESS_THREADS_CONSUMED NUMBER 6 Yes Number of Enterprise Service Scheduler threads this job will consume (excluding PL/SQL slots).
PLSQL_SLOTS_CONSUMED NUMBER 6 Yes Number of PL/SQL slots this job will consume.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
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.
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.
MINIMUM_THREADS NUMBER 6 Minimum number of threads of this job that should be running simultaneously. This is applicable even during a system overload, as long as there is sufficient work.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
FUN_PARALLEL_SETUP_JOBS_U1 Unique FUSION_TS_TX_DATA PARALLEL_JOB_ID, ORA_SEED_SET1
FUN_PARALLEL_SETUP_JOBS_U11 Unique FUSION_TS_TX_DATA PARALLEL_JOB_ID, ORA_SEED_SET2
FUN_PARALLEL_SETUP_JOBS_U2 Unique FUSION_TS_TX_DATA PARALLEL_SETUP_ID, JOB_CODE, ORA_SEED_SET1
FUN_PARALLEL_SETUP_JOBS_U21 Unique FUSION_TS_TX_DATA PARALLEL_SETUP_ID, JOB_CODE, ORA_SEED_SET2