5.135 DBA_JOBS
DBA_JOBS
describes all jobs in the database.
Related View
USER_JOBS
describes the jobs owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Identifier of job. Neither import/export nor repeated executions change this value. |
|
|
|
Login user when the job was submitted |
|
|
|
User whose default privileges apply to this job |
|
|
|
Default schema used to parse the job For example, if the |
|
|
|
Date on which this job last successfully executed |
|
|
|
Same as |
|
|
|
Date that this job started executing (usually null if not executing) |
|
|
|
Same as |
|
|
|
Date that this job will next be executed |
|
|
|
Same as |
|
|
|
Total wall clock time spent by the system on this job (in seconds) when it last executed |
|
|
|
|
|
|
|
A date function, evaluated at the start of execution, becomes next |
|
|
|
Number of times the job has started and failed since its last success |
|
|
|
Body of the anonymous PL/SQL block that the job executes |
|
|
|
Session parameters describing the NLS environment of the job |
|
|
|
Other session parameters of the session that created the job. The job is run using these parameters. |
|
|
|
ID of the instance that can execute or is executing the job. The default is 0. |
See Also: