CSO_QRTZ_SIMPLE_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_SIMPLE_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
REPEAT_COUNT NUMBER Yes How many times to repeat the job
REPEAT_INTERVAL NUMBER Yes Number in milliseconds indicating how long to pause before next execution.
TIMES_TRIGGERED NUMBER Yes Number of times the trigger has fired.
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_SIMPLE_TRIGGERS cso_qrtz_triggers SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP

Indexes

Index Uniqueness Columns
CSO_QRTZ_SIMPLE_TRIGGERS_U1 Unique SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP