GS_MY_ILMRESULTS
GS_MY_ILMRESULTS displays the execution details of an ADO job, including the task ID, job name, job status, and job time.
| Name | Type | Description |
|---|---|---|
| task_id | bigint | ID of an ADO task. |
| job_name | character varying(128) | ADO job name. |
| job_state | character varying(35) | ADO job status. |
| start_time | timestamp with time zone | Time when a job starts to be scheduled. |
| completion_time | timestamp with time zone | Completion time. |
| comments | character varying(4000) | If a job fails, the failure cause is recorded here. |
| statistics | clob | Statistics. |
| node_name | name | Name of a data source node. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.