GS_ILM_JOBDETAIL
The GS_ILM_JOBDETAIL system catalog records policy action types and judgment conditions.
| Name | Type | Description |
|---|---|---|
| taskoid | bigint | OID of an ADO task. |
| jobtype | "char" | Current job type: compression ('c'). |
| jobstatus | smallint | Current job status:
|
| jobname | text | The ADO job name is unique in the table and is joined with job_name in the PG_JOB system catalog. |
| starttime | timestamp with time zone | Start time. |
| completetime | timestamp with time zone | Completion time. |
| payload | text | PL/SQL code of the current job. |
| statistics | text | Statistics of the current job. |
| comments | text | Description of the current job execution, such as the failure cause. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.