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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Scheduling jobs

Re: Scheduling jobs

From: Kenneth C Stahl <BlueSax_at_Unforgettable.com>
Date: 2000/05/18
Message-ID: <3923DB61.1E06FA49@Unforgettable.com>#1/1

todd_at_cardinalgroup.com wrote:
>
> I am trying to schedule a job that will rebuild indexes every 15
> minutes or so. It appears that it is failing when I look at user_jobs
> for this scheduled job. I am able to run the job using execute
> dbms_job.run (job_num) but when I job is run normally, it fails. I can
> also run the stored procedure without incident. Any help would be much
> appreciated.
>

If you are on a UNIX system and really in a bind, just create a shell wrapper script and in the script you would invoke sqlplus and run the stored procedure. Once you have it working, just run it from the cron. Received on Thu May 18 2000 - 00:00:00 CDT

Original text of this message

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