Oracle7 Server Distributed Systems Volume II: Replicated Data

Contents Index Home Previous Next

CHAPTER 10. Using Job Queues

This chapter describes how to use job queues to schedule periodic execution of PL/SQL code.

This chapter discusses

Note: The job queue facility is part of the standard Oracle7 Server product, and requires no special options. The symmetric replication facility makes extensive use of job queues to propagate changes between sites, and this information is provided in this document as a convenience to you.

Attention: Remember to commit you job queue changes.

Additional Information: See the Oracle7 Server Administrator's Guide for more detailed information about job queues.

Job Queues

Using the job queue, you can schedule routines to be performed periodically. A routine is any PL/SQL code.

To schedule a job, you submit it to the job queue and specify the frequency at which the job is to be run. You can also alter, disable, or delete jobs you have submitted.


Contents Index Home Previous Next