CSO_QRTZ_CRON_TRIGGERS

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_CRON_TRIGGERS_PK

SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP

Columns

Name Datatype Length Not-null Comments
TRIGGER_NAME VARCHAR2 200 Yes This is the Trigger name for this record.
TRIGGER_GROUP VARCHAR2 200 Yes This is the Name that associates trigger. The reference key of the repository that the trigger belongs to
CRON_EXPRESSION VARCHAR2 120 Yes The fire instructions in the cron job format.
TIME_ZONE_ID VARCHAR2 80 This is the time zone of this record is in.
SCHED_NAME VARCHAR2 120 Yes Added a new column in quartz-2.2.x version.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_QRTZ_CRON_TRIGGERS cso_qrtz_triggers SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP

Indexes

Index Uniqueness Columns
CSO_QRTZ_CRON_TRIGGERS_U1 Unique SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP