CSO_QRTZ_BLOB_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_BLOB_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
BLOB_DATA BLOB The comment for this column states that record is not available.
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_BLOB_TRIGGERS cso_qrtz_triggers SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP

Indexes

Index Uniqueness Columns
CSO_QRTZ_BLOB_TRIGGERS_U1 Unique SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP