ALL_SCHEDULER_JOB_RUN_DETAILS
displays log run details for the Scheduler jobs accessible to the current user.
Related Views
DBA_SCHEDULER_JOB_RUN_DETAILS
displays log run details for all Scheduler jobs in the database.
USER_SCHEDULER_JOB_RUN_DETAILS
displays log run details for the Scheduler jobs owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Unique identifier of the log entry (foreign key of the |
|
|
Date of the log entry |
|
|
|
Owner of the Scheduler job |
|
|
|
Name of the Scheduler job |
|
|
|
Subname of the Scheduler job (for a chain step job) |
|
|
|
Status of the job run |
|
|
|
Error number in the case of an error |
|
|
|
Requested start date of the job run |
|
|
|
Actual date on which the job was run |
|
|
|
Duration of the job run |
|
|
|
Identifier of the instance on which the job was run |
|
|
|
Session identifier of the job run |
|
|
|
Process identifier of the slave on which the job was run |
|
|
|
Amount of CPU used for the job run |
|
|
|
Owner of the credential used for this remote job run |
|
|
|
Name of the credential used for this remote job run |
|
|
|
Owner of the destination object used in this remote job run; NULL if no object used |
|
|
|
Destination for a remote job operation |
|
|
|
Additional information on the job run, if applicable |
|
|
|
Error messages generated by this job run |
|
|
|
Output messages generated by this job run |
|
|
|
Error messages generated by this job run in a binary format |
|
|
|
Binary output messages generated by this job run |
See Also: