ALL_SCHEDULER_JOB_LOG
displays log information for the Scheduler jobs accessible to the current user.
Related Views
DBA_SCHEDULER_JOB_LOG
displays log information for all Scheduler jobs in the database.
USER_SCHEDULER_JOB_LOG
displays log information for the Scheduler jobs owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Unique identifier that identifies a row |
|
|
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) |
|
|
|
Class that the job belonged to at the time of entry |
|
|
|
Operation corresponding to the log entry |
|
|
|
Status of the operation, if applicable. Possible values for this column are dependent on the value in the
|
|
|
|
Name of the user who performed the operation, if applicable |
|
|
|
Client identifier of the user who performed the operation, if applicable |
|
|
|
Global user identifier of the user who performed the operation, if applicable |
|
|
|
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 entry, if applicable |
See Also: