Multiple choice technology databases

Which package in plsql provides scheduling ?

  1. DBMS_SCHEDULER package

  2. DBMS_SCHEDULE package

  3. DBMS_JOB package

  4. Both A & C

  5. None

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

In Oracle PL/SQL, scheduling is provided by both the older DBMS_JOB package and the newer, more advanced DBMS_SCHEDULER package. Therefore, the option representing both A (DBMS_SCHEDULER) and C (DBMS_JOB) is correct.