FUN_QRTZ_TRIGGERS

This table stores information about configured triggers.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FUN_QRTZ_TRIGGERS_PK

SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP

Columns

Name Datatype Length Precision Not-null Comments
SCHED_NAME VARCHAR2 120 Yes Name for the given quartz schedule.
TRIGGER_NAME VARCHAR2 256 Yes Functional name of the quartz trigger.
TRIGGER_GROUP VARCHAR2 80 Yes Group associated with quartz trigger.
JOB_NAME VARCHAR2 256 Yes Functional name of the quartz job.
JOB_GROUP VARCHAR2 80 Yes Group associated with quartz job.
IS_VOLATILE VARCHAR2 1 Denotes persistence of jobs between program shutdown.
DESCRIPTION VARCHAR2 120 Stores detailed description associated with the trigger.
NEXT_FIRE_TIME NUMBER 13 Next execution time of the trigger.
PREV_FIRE_TIME NUMBER 13 Previous execution time of the trigger.
PRIORITY NUMBER 13 Priority associated with a job trigger.
TRIGGER_STATE VARCHAR2 16 Yes Stores the state of the trigger.
TRIGGER_TYPE VARCHAR2 8 Yes Type of the trigger (Simple, Cron, Blob)
START_TIME NUMBER 13 Yes First execution time of the trigger.
END_TIME NUMBER 13 Last execution time of the trigger.
CALENDAR_NAME VARCHAR2 80 Holds calendar details associated with trigger if any.
MISFIRE_INSTR NUMBER 2 Holds the misfire instruction details of a trigger.
JOB_DATA BLOB Parameters associated to a quartz job.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FUN_QRTZ_TRIGGERS_N1 Non Unique Default IS_VOLATILE
FUN_QRTZ_TRIGGERS_N10 Non Unique Default SCHED_NAME, NEXT_FIRE_TIME
FUN_QRTZ_TRIGGERS_N11 Non Unique Default SCHED_NAME, MISFIRE_INSTR, NEXT_FIRE_TIME
FUN_QRTZ_TRIGGERS_N2 Non Unique Default NEXT_FIRE_TIME
FUN_QRTZ_TRIGGERS_N3 Non Unique Default TRIGGER_STATE
FUN_QRTZ_TRIGGERS_N4 Non Unique Default SCHED_NAME, JOB_NAME, JOB_GROUP
FUN_QRTZ_TRIGGERS_N5 Non Unique Default SCHED_NAME, JOB_GROUP
FUN_QRTZ_TRIGGERS_N6 Non Unique Default SCHED_NAME, CALENDAR_NAME
FUN_QRTZ_TRIGGERS_N7 Non Unique Default SCHED_NAME, TRIGGER_GROUP
FUN_QRTZ_TRIGGERS_N8 Non Unique Default SCHED_NAME, TRIGGER_STATE
FUN_QRTZ_TRIGGERS_N9 Non Unique Default SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP, TRIGGER_STATE
FUN_QRTZ_TRIGGERS_U1 Unique Default TRIGGER_NAME, TRIGGER_GROUP
FUN_QRTZ_TRIGGERS_U2 Unique Default SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP