3.62 ALL_SCHEDULER_RUNNING_JOBS
ALL_SCHEDULER_RUNNING_JOBS
displays information about the running Scheduler jobs accessible to the current user.
Related Views
-
DBA_SCHEDULER_RUNNING_JOBS
displays information about all running Scheduler jobs in the database. -
USER_SCHEDULER_RUNNING_JOBS
displays information about the running Scheduler jobs owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the running Scheduler job |
|
|
|
Name of the running Scheduler job |
|
|
|
Subname of the running Scheduler job (for a job running a chain step) |
|
|
|
Job style:
|
|
|
|
Indicates whether the detached attribute is set for the job ( |
|
|
|
Identifier of the session running the Scheduler job |
|
|
|
Process number of the slave process running the Scheduler job |
|
|
|
Process number of the operating system slave process running the scheduler job |
|
|
|
Database instance number of the slave process running the Scheduler job |
|
|
|
Resource consumer group of the session in which the Scheduler job is running |
|
|
|
Elapsed time since the Scheduler job was started |
|
|
|
CPU time consumed by the running Scheduler job, if available |
|
|
|
Owner of the destination object (if used), else NULL |
|
|
|
Destination that this job is running on |
|
|
|
Owner of the login credential used for this running job, if any |
|
|
|
Name of the login credential used for this running job, if any |
|
|
|
Log ID used for this running job. This column maps to the |
See Also: