Files
doc-exports/docs/dws/dev/dws_04_1104.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

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.

Table 1 dbms_om.pg_job_info columns

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