Derived from Quartz Scheduler DDL Stores data about Jobs scheduled via UCM Delivery Schedules
| Column Name | Column Datatype | Column Null Option | Column Comment |
| job_uuid | byte(16) | not null | UUID for this Job |
| job_name | nvarcha(80) | with null | Name of Delivery Schedule that performed this Job |
| job_group | nvarcha(80) | with null | Used for host name where Job Payload was delivered |
| description | nvarcha(120) | with null | Not used |
| job_class_name | nvarcha(128) | with null | Class of Payload |
| is_durable | char(1) | with null | Not used |
| is_volatile | char(1) | with null | Not used |
| is_stateful | char(1) | with null | Not used |
| requests_recovery | char(1) | with null | Name of user who created the job |
| creation_user | nvarcha(64) | with null | Name of user who created the job |
| creation_date | integer | with null | GMT timestamp at creation of job |
| last_update_user | nvarcha(64) | with null | Name of user who last updated the job |
| last_update_date | integer | with null | GMT timestamp at last update of job |
Product Name: Unicenter Network and System Management/ConfigurationManager
Table Type: Table