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: mgumbs <mgumbsNOmgSPAM_at_hotmail.com.invalid>
Date: 2000/05/16
Message-ID: <2fb72cb0.fdb927dd@usw-ex0102-015.remarq.com>#1/1

>Have you setup the scheduler?
>
>Check your init.ora params
>
>job_queue_processes
>job_queue_interval
>

Yes, the above two lines have to be set up. However, i think you may already have them otherwise you wouldn't know about the broken jobs.

The only other thing I can think of is whether the user who is submitting and running the job has EXPLICIT privileges to alter indexes (e.g grant the alter index priv directly to that user as opposed to granting it to them via a role). Packages such as dbms_job and dbms_sql know nothing about roles, hence the direct priv allocation to the user.

Also, in dbms_job, it may help to commit after the command which runs the procedure.
Good Luck.

Mark

(ps 15 mins for rebuilding indexes?? Phew!)

Received on Tue May 16 2000 - 00:00:00 CDT

Original text of this message

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