Multiple choice technology databases

which is invalid funcion of scheduler ?

  1. drop_job

  2. copy_job

  3. kill_job

  4. stop_job

  5. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

DBMS_SCHEDULER contains procedures like drop_job, copy_job, and stop_job. It does not have a kill_job procedure; instead, stop_job is used to terminate running jobs, making kill_job invalid.