Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Scheduled task in Oracle

Re: Scheduled task in Oracle

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Fri, 18 Mar 2005 15:29:55 -0800
Message-ID: <1111188395.995768@yasure>


Randy Harris wrote:

> Does Oracle have a facility to run procedures at specified times? Or does
> it need to be externally triggered by a cron sort of thing?

What version?

Oracle 10g and before you can use DBMS_JOB

With 10g far better to use DBMS_SCHEDULER.

Demos of DBMS_JOB package can be found at: http://www.psoug.org
click on Morgan's Library
scroll down to DBMS_JOB

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Fri Mar 18 2005 - 17:29:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US