PG_JOB_INFO
PG_JOB_INFO records the execution results of scheduled tasks. The schema of the system catalog is dbms_om.
Name |
Type |
Description |
---|---|---|
job_id |
integer |
Job ID |
job_db |
oid |
OID of the database where the task is |
start_time |
timestamp with zone |
Task execution start time |
status |
character(8) |
Task execution status |
end_time |
timestamp with zone |
Task execution end time |
err_msg |
text |
Task execution error information |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.