Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_SCHEDULER_REMOTE_JOBSTATE

ALL_SCHEDULER_REMOTE_JOBSTATE displays information about the state of the jobs accessible to the current user at remote databases.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the Scheduler job
JOB_NAME VARCHAR2(30) NOT NULL Name of the Scheduler job
DESTINATION VARCHAR2(512) NOT NULL Name of the job destination
STATE VARCHAR2(15)   State of the job at the destination:
  • DISABLED

  • RETRY SCHEDULED

  • SCHEDULED

  • RUNNING

  • COMPLETED

  • BROKEN

  • FAILED

  • SUCCEEDED

  • STOPPED

NEXT_START_DATE TIMESTAMP(6) WITH TIME ZONE   Next start date of the job at the destination
RUN_COUNT NUMBER   Run count of the job at the destination
FAILURE_COUNT NUMBER   Failure count of the job at the destination
RETRY_COUNT NUMBER   Retry count of the job at the destination
LAST_START_DATE TIMESTAMP(6) WITH TIME ZONE   Last start date of the job at the destination
LAST_END_DATE TIMESTAMP(6) WITH TIME ZONE   Last end date of the job at the destination