Skip to Content
Oracle PL/SQL for DBAs
book

Oracle PL/SQL for DBAs

by Arup Nanda, Steven Feuerstein
October 2005
Intermediate to advanced
454 pages
14h 44m
English
O'Reilly Media, Inc.
Content preview from Oracle PL/SQL for DBAs

Chapter 8. Scheduling

Administering a database requires running lots of tasks, sometimes on the spur of the moment, but often at regularly and predictably scheduled times. Examples include collecting statistics on database objects, gathering information on free space inside the database, analyzing and reporting problems with an instance directly to the DBA on call, and so on. Such tasks may be database-related or may be related to the operating system—for example, checking space in filesystems, making sure that other servers are reachable, and so on. As a DBA, you can probably think of hundreds of situations where a specific task, usually referred to as a job, needs to be scheduled to run at some point in the future rather than executed immediately.

This chapter describes PL/SQL’s facilities for scheduling jobs in the database, as well as outside the database (in the same server). This functionality is provided via two built-in packages: DBMS_JOB and DBMS_SCHEDULER. DBMS_JOB, first introduced in the Oracle8i Database, is quite limited in functionality. With Oracle Database 10g Release 1, Oracle effectively replaced DBMS_JOB with DBMS_SCHEDULER. The newer package is a much more robust utility and should be used in place of DBMS_JOB. This chapter focuses solely on showing you how to use DBMS_SCHEDULER. Oracle Enterprise Manager in Oracle Database 10g provides a graphical user interface that may be used to manage job scheduling, but that discussion is outside the scope of this chapter. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Oracle Database 12c PL/SQL Programming

Oracle Database 12c PL/SQL Programming

Michael McLaughlin
Expert PL/SQL Practices for Oracle Developers and DBAs

Expert PL/SQL Practices for Oracle Developers and DBAs

John Beresniewicz, Adrian Billington, Martin Büchi, Melanie Caffrey, Ron Crisco, Lewis Cunningham, Dominic Delmolino, Sue Harper, Torben Holm, Connor McDonald, Arup Nanda, Stephan Petit, Michael Rosenblum, Robyn Sands, Riyaj Shamsudeen

Publisher Resources

ISBN: 0596005873Supplemental ContentErrata Page