[Home] [Help]
[Dependency Information]
| Object Name: | DBA_SCHEDULER_REMOTE_JOBSTATE |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Remote state of all jobs originating from this database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Owner of the scheduler job |
| JOB_NAME | VARCHAR2 | (128) | Yes | Name of the scheduler job |
| DESTINATION | VARCHAR2 | (512) | Yes | Name of job destination |
| STATE | VARCHAR2 | (15) | State of job at remote system | |
| NEXT_START_DATE | TIMESTAMP(6) WITH TIME ZONE | (13) | Next start date of job on remote system | |
| RUN_COUNT | NUMBER | Run count of job on remote system | ||
| FAILURE_COUNT | NUMBER | Failure count of job on remote system | ||
| RETRY_COUNT | NUMBER | |||
| LAST_START_DATE | TIMESTAMP(6) WITH TIME ZONE | (13) | Last start time of job on remote system | |
| LAST_END_DATE | TIMESTAMP(6) WITH TIME ZONE | (13) | Last end date of job on remote system |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, JOB_NAME
, DESTINATION
, STATE
, NEXT_START_DATE
, RUN_COUNT
, FAILURE_COUNT
, RETRY_COUNT
, LAST_START_DATE
, LAST_END_DATE
FROM SYS.DBA_SCHEDULER_REMOTE_JOBSTATE;
SYS
OBJ$
SCHEDULER$_REMOTE_JOB_STATE
USER$
PUBLIC
DBA_SCHEDULER_REMOTE_JOBSTATE
|
|
|
|