S_SCHEDULE_SERVICE_S (ver 16.4.2)
This table is a stand-alone table used to schedule services.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 16.4.2 | Number(11,0) | Primary Key |
Schedule_Cron_Expression | 16.4.2 | Varchar2(200) | The cron expression of the scheduled service, which houses the scheduling information for the scheduling engine. |
Schedule_Description | 16.4.2 | Varchar2(200) | Description of the scheduled service. |
Schedule_End_Date | 16.4.2 | Date | Scheduled end date. |
Schedule_Name | 16.4.2 | Varchar2(200) | Unique name for the scheduled service. |
Schedule_Service | 16.4.2 | Varchar2(200) | Unique identifier for the scheduled service. |
Schedule_Start_Date | 16.4.2 | Date | Scheduled start date. |
Schedule_Start_Time | 16.4.2 | Varchar2(20) | Scheduled start time. |