ADM_SCHEDULER_JOBS
ADM_SCHEDULER_JOBS视图显示数据库中所有DBE_SCHEDULER定时任务的信息。
| 名称 | 类型 | 描述 |
|---|---|---|
| owner | name | 定时任务所有者。 |
| job_name | text | 定时任务名。 |
| job_style | text | 定时任务行为模式。 |
| job_creator | name | 定时任务创建者。 |
| program_name | text | 定时任务引用的程序的名称。 |
| job_action | text | 定时任务的程序内容。 |
| number_of_arguments | text | 定时任务的参数个数。 |
| schedule_name | text | 定时任务引用的调度的名称。 |
| start_date | timestamp without time zone | 定时任务的起始时间。 |
| repeat_interval | text | 定时任务的任务周期。 |
| end_date | timestamp without time zone | 定时任务的失效时间。 |
| job_class | text | 定时任务所属的定时任务类的名称。 |
| enabled | boolean | 定时任务的启用状态。 |
| auto_drop | text | 定时任务的自动删除功能状态。 |
| state | "char" | 定时任务的状态。 |
| failure_count | smallint | 定时任务失败次数统计。 |
| last_start_date | timestamp without time zone | 定时任务上次拉起时间。 |
| next_run_date | timestamp without time zone | 定时任务下次执行时间。 |
| destination | text | 定时任务目标名称。 |
| credential_name | text | 定时任务证书名称。 |
| comments | text | 定时任务的备注。 |