SVC_CLUSTER_JOBS

This table is used to store information about batch jobs that created clusters.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

svc_cluster_jobs_PK

CLUSTER_JOB_ID

Columns

Name Datatype Length Precision Not-null Comments Status
CLUSTER_JOB_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
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. Active
START_DATE TIMESTAMP Cluster job starting from this date.
END_DATE TIMESTAMP Cluster job ending up to this date.
CANDIDATE_OBJECT_COUNT NUMBER 18 Count of Objects that satisfied the BQL.
CLUSTERED_OBJECT_COUNT NUMBER 18 Count of Objects that were actually placed into clusters.
TEMPLATE_ID NUMBER 18 Foreign Key to SVC_CLUSTER_TEMPLATES.
CLUSTER_COUNT NUMBER 18 Number of clusters created by the job.
STATUS_CD VARCHAR2 30 Lookup code that indicates the status code of the Cluster Job - CREATED | STARTED | FAILED | STOPPED | FINISHED.
ERROR_MESSAGE VARCHAR2 1000 Error Message.
FND_CLUSTERING_JOB_ID NUMBER 18 Foreign Key to FND_BOSS_CLUSTERING_JOB.

Indexes

Index Uniqueness Tablespace Columns
SVC_CLUSTER_JOBS_F1 Non Unique Default TEMPLATE_ID
SVC_CLUSTER_JOBS_F2 Non Unique Default FND_CLUSTERING_JOB_ID
SVC_CLUSTER_JOBS_PK Unique Default CLUSTER_JOB_ID