Multiple choice technology databases Which package in plsql provides scheduling ? DBMS_SCHEDULER package DBMS_SCHEDULE package DBMS_JOB package Both A & C 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.