what is the view that provides the job history ?
-
all_scheduler_job_log_
-
dba_scheduler_job_logs
-
users_scheduler_job_log
-
all the above
-
None
E
Correct answer
Explanation
Oracle's Scheduler job run history is stored in *_SCHEDULER_JOB_RUN_DETAILS, while the logs are in *_SCHEDULER_JOB_LOG. The listed options are incorrectly spelled or missing the standard Oracle views, making 'None' the correct choice.