Multiple choice technology databases

What funcion is used to kill a job scheduled in scheduler?

  1. kill

  2. kill_job

  3. stop_job

  4. stop

  5. None

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

To stop or terminate a currently running scheduler job, Oracle provides the DBMS_SCHEDULER.STOP_JOB procedure. There are no functions/procedures named kill, kill_job, or stop in this package.