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: 2 DBMS_JOB Questions

Re: 2 DBMS_JOB Questions

From: Anurag Varma <avoracle_at_gmail.com>
Date: 8 Mar 2007 12:44:14 -0800
Message-ID: <1173386654.634399.206360@30g2000cwc.googlegroups.com>


On Mar 8, 3:21 pm, "Ed" <e..._at_mail.com> wrote:
> 2 questions about dbms_job on 10g
> this is just "call-a-storedproc-once-immediately" --- so it failed
>
> 1) Is there an option to NOT let Oracle retry the job again ?
> 2) I did this : DBMS_JOB.REMOVE(334) ~ DBMS_JOB.REMOVE(337)
> But the SQL below is still displaying the Jobs....is this right ?
>
> thanks
>
> SQL> SELECT job, next_date, next_sec, failures, broken, SUBSTR(what,1,40)
> DESCRIPTION
> 2 FROM user_jobs;
>
> JOB NEXT_DATE NEXT_SEC FAILURES BROKEN
> DESCRIPTION
> ---------- ----------- -------------------------------- ---------- ------ --------------------------------------------------------------------------------
> 334 08-Mar-2007 15:50:19 6 N
> mypak.myjob(26,'107374227610
> 335 08-Mar-2007 16:00:25 6 N
> mypak.myjob(27,'107374245010
> 336 08-Mar-2007 16:07:41 6 N
> mypak.myjob(28,'107374245710
> 337 08-Mar-2007 15:36:22 5 N
> mypak.myjob(30,'107374246410

Did you issue commit after dbms_job.remove? Received on Thu Mar 08 2007 - 14:44:14 CST

Original text of this message

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