forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
4.8 KiB
4.8 KiB
PG_JOB_INFO
PG_JOB_INFO records the execution results of scheduled tasks. The schema of the system catalog is dbms_om.
Column |
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 |
Parent topic: System Catalogs