CSO_QRTZ_CALENDARS

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_CALENDARS_PK

SCHED_NAME, CALENDAR_NAME

Columns

Name Datatype Length Not-null Comments
CALENDAR_NAME VARCHAR2 200 Yes This is the Name of quartz calendar that is stored.
CALENDAR BLOB Yes The serialized class that implements the org.quartz.Calendar object.
SCHED_NAME VARCHAR2 120 Yes Added a new column in quartz-2.2.x version.

Indexes

Index Uniqueness Columns
CSO_QRTZ_CALENDARS_U1 Unique SCHED_NAME, CALENDAR_NAME