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

DBA_AUTOTASK_CLIENT_JOB

DBA_AUTOTASK_CLIENT_JOB displays information about currently running Scheduler jobs created for automated maintenance tasks. It provides information about some objects targeted by those jobs, as well as some additional statistics from previous instantiations of the same task. Some of this additional data is taken from generic Scheduler views.

Column Datatype NULL Description
CLIENT_NAME VARCHAR2(64)   Name of the client
JOB_NAME VARCHAR2(65)   Name of the job
JOB_SCHEDULER_STATUS VARCHAR2(15)   Job status:
  • DISABLED

  • RETRY SCHEDULED

  • SCHEDULED

  • RUNNING

  • COMPLETED

  • BROKEN

  • FAILED

  • REMOTE

  • SUCCEEDED

  • CHAIN_STALLED

TASK_NAME VARCHAR2(64)   Name of the task being performed
TASK_TARGET_TYPE VARCHAR2(64)   Type of the target being processed
TASK_TARGET_NAME VARCHAR2(513) NOT NULL Name of the target
TASK_PRIORITY VARCHAR2(7)   Priority of the task:
  • URGENT

  • HIGH

  • MEDIUM

  • LOW

TASK_OPERATION VARCHAR2(64)   Operation performed on the object