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: Brian Price <bprice2000_at_aol.com>
Date: 1997/04/30
Message-ID: <01bc5523$a46610e0$0b91f3cc@beprice.starbase>#1/1

The best way to run pl/sql on a schedule is through the DBMS_JOB package. We use it a lot and have run over 3000 jobs through it and it works great. I would recommend reading the Steve Feuerstein pl/sql book for more indepth help.

BP

Denis Ethier <dethier_at_lanzen.net> wrote in article <01bc549c$92db2cc0$bc68fdcf_at_mustang>...
>
> I would like to start a particular stored procedure once per day
>
> How do i do that
>
> Denis Ethier
> dethier_at_clickon.com
>
Received on Wed Apr 30 1997 - 00:00:00 CDT

Original text of this message

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