CSO_QRTZ_PAUSED_TRIG_GRPS
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_PAUSED_TRIG_GRPS_PK |
SCHED_NAME, TRIGGER_GROUP |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| TRIGGER_GROUP | VARCHAR2 | 200 | Yes | This is the Name that associates trigger. The reference key of the repository that the trigger belongs to |
| SCHED_NAME | VARCHAR2 | 120 | Yes | Added a new column in quartz-2.2.x version. |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_QRTZ_PAUSED_TRIG_GRPS_U1 | Unique | SCHED_NAME, TRIGGER_GROUP |