CSO_QRTZ_SCHEDULER_STATE

This table is only used by the Quartz Scheduler.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_QRTZ_SCHEDULER_STATE_PK

SCHED_NAME, INSTANCE_NAME

Columns

Name Datatype Length Not-null Comments
INSTANCE_NAME VARCHAR2 200 Yes This is the instance name fpor this record.
LAST_CHECKIN_TIME NUMBER Yes This is the Last check in time in millis for this record.
CHECKIN_INTERVAL NUMBER Yes This is the check interval in millis for this record.
SCHED_NAME VARCHAR2 120 Yes Added a new column in quartz-2.2.x version.

Indexes

Index Uniqueness Columns
CSO_QRTZ_SCHEDULER_STATE_U1 Unique SCHED_NAME, INSTANCE_NAME