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

Home -> Community -> Usenet -> c.d.o.server -> Re: Scheduling a task

Re: Scheduling a task

From: Jurij Modic <jurij.modic_at_mf.sigov.mail.si>
Date: 1997/04/29
Message-ID: <336663c9.7609518@www.sigov.si>#1/1

On 29 Apr 1997 12:49:29 GMT, "Denis Ethier" <dethier_at_lanzen.net> wrote:

>I would like to start a particular stored procedure once per day
>
>How do i do that
>
>Denis Ethier
>dethier_at_clickon.com

Use supplied package DBMS_JOB. For putting a new job into a job queue use DBMS_JOB.SUBMIT or DBMS_JOB.ISUBMIT procedures. For parameters and explanations, look at the source of the package.

Regards,

Jurij Modic
Ministry of Finance, Republic of Slovenia, Ljubljana

Jurij Modic					Republic of Slovenia
tel: +386 61 178 55 14			Ministry of Finance
fax: +386 61  21 45 84			Zupanciceva 3
e-mail: jurij.modic_at_mf.sigov.mail.si	Ljubljana 1000
Received on Tue Apr 29 1997 - 00:00:00 CDT

Original text of this message

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