CSO_QRTZ_LOCKS

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_LOCKS_PK

SCHED_NAME, LOCK_NAME

Columns

Name Datatype Length Not-null Comments Status
LOCK_NAME VARCHAR2 40 Yes This is the lock name for this record.
SCHED_NAME VARCHAR2 120 Yes Added a new column in quartz-2.2.x version.
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. Obsolete

Indexes

Index Uniqueness Tablespace Columns
CSO_QRTZ_LOCKS_U1 Unique Default SCHED_NAME, LOCK_NAME