MY_JOBS
MY_JOBS displays details about the scheduled jobs owned by the current user. This view exists in both PG_CATALOG and SYS schema.
Name |
Type |
Description |
---|---|---|
job |
bigint |
Job ID. |
log_user |
name |
Username of a job creator. |
priv_user |
name |
Username of a job executor. |
dbname |
name |
Name of the database where the job is created. |
start_date |
timestamp without time zone |
Job start time. |
start_suc |
text |
Start time of the successful job execution. |
last_date |
timestamp without time zone |
Start time of the last job execution. |
last_suc |
text |
Start time of the last successful job execution. |
this_date |
timestamp without time zone |
Start time of an ongoing job execution. |
this_suc |
text |
Start time of the ongoing successful job execution. |
next_date |
timestamp without time zone |
Schedule time of the next job execution. |
next_suc |
text |
Schedule time of the next successful job execution. |
broken |
text |
If the value of the status column is 'd', the value is 'y'. Otherwise, the value is 'n'. |
status |
"char" |
Status of the current job. The value can be 'r', 's', 'f', or 'd'. The default value is 'r'.
|
interval |
text |
Time expression used to calculate the next time the job will be executed. If this parameter is set to null, the job will be executed once only. |
failures |
smallint |
Number of times the job has started and failed. If a job fails to be executed for 16 consecutive times, no more attempt will be made on it. |
what |
text |
Executable job. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot