Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Scheduling a task
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 1000Received on Tue Apr 29 1997 - 00:00:00 CDT
![]() |
![]() |