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 or time trigerred events in Oracle ?

Re: Scheduled or time trigerred events in Oracle ?

From: Pete Finnigan <plsql_at_petefinnigan.com>
Date: Mon, 2 Aug 2004 12:22:41 +0100
Message-ID: <Ml2$T1ABQiDBRxt9@peterfinnigan.demon.co.uk>


Hi Jerome,

if its an "internal" job written in PL/SQL or simply SQL then you can use DBMS_JOB, there is also a better scheduler in 10g that allows external jobs (shell scripts, C programs etc) to be scheduled from the database. You can also consider tools such as cron or "at" in windows.

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Mon Aug 02 2004 - 06:22:41 CDT

Original text of this message

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