A、Job1,Job4,Job3,Job2 B、Job1,Job3,Job4,Job2 C、Job4,Job3,Job2,Job1 D、Job4,Job1,Job2,Job3
A、 SET_JOB_ARGUMENT_VALUE B、 SET_JOB_VALUE_ANYDATA C、 SET_JOB_ANYDATA_VALUE D、 SET_SPECIAL_JOB_VALUE E、 SET_JOB_ANYTYPE_VALUE
A、 Update job log when a job completes B、 Spawn and remove job slaves C、 Write/read job info to/from memory cache D、 Query job table E、 Pass job information to job slaves
A、 EXECUTE DBMS_SCHEDULER.PURGE_LOG(log_history => 5, job_name => ’JOB1’); B、 EXECUTE DBMS_SCHEDULER.PURGE_LOG( log_history => 5, job_name => ’JOB_LOG’); C、 EXECUTE DBMS_SCHEDULER.PURGE_LOG( log_history => 5, which_log => ’JOB1’); D、 EXECUTE DBMS_SCHEDULER.PURGE_LOG( log_history => 5, which_log =>’JOB_LOG’);
A、 Oracle Scheduler would write detailed information to the job log for each run of each job in the job class. B、 Oracle Scheduler would write detailed information to the job log for the first run of each job in the job class. C、 Oracle Scheduler would write detailed information to the job log for each run of only the first job in the job class. D、 Oracle Scheduler would write detailed information for all operations performed on all jobs in the job class.
A、 DBA_SCHEDULER_JOB_RUN_DETAILS B、 DBA_SCHEDULER_RUNNING_JOBS C、 DBA_SCHEDULER_JOBS D、 DBA_SCHEDULER_JOB_LOG
A、A. Detailed information regarding the first run of each job in the class will be written in the job log, and every operation performed on the job class will be logged. B、B. Detailed information regarding each run of only the first job in the class will be written in the job log, and every operation performed on the job class will be logged. C、C. Detailed information regarding each run of each job in the class will be written in the job log, and every operation performed on the job class will be logged. D、D. Detailed information regarding each run of each job in the class will be written in the job log, but operations performed on the job class will not be logged.
A、 The job will be automatically disabled. B、 The job will never execute. C、 The job will attempt to execute but will fail. D、 The job will inherit the DEFAULT_SCHEDULE schedule. E、 A schedule object cannot be disabled.