DBMS_SCHEDULER: Learn with Example
A simple but very useful guide on Oracle DBMS_SCHEDULER package. The examples will show you how to use the package to schedule a job and how to maintain the scheduled jobs in Oracle databases.
Released with Oracle 10g this package replaces DBMS_JOB which was avalable with previous version of Oracle databases. DBMS_JOB still runs in Oracle 10g and even in 11g but that is used only for backward compatibility and should not be used in developing new solutions.
