Message-Id: <10687.122698@fatcity.com> From: Praveen Sahni Date: Wed, 22 Nov 2000 11:22:11 +0400 Subject: RE: DBMS_JOB This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C05454.EE599C10 Content-Type: text/plain; charset="iso-8859-1" try this what is SP_MANUAL_REPLICATION procedure doing ... EXEC DBMS_JOB.ISUBMIT(1,'schemas.SP_MANUAL_REPLICATION;',SYSDATE,'SYSDATE+5/1440' ,FALSE); COMMIT; and see using select JOB,LAST_DATE,LAST_SEC,THIS_DATE,THIS_SEC,NEXT_DATE, NEXT_SEC from dba_jobs praveen -----Original Message----- From: Nikunj Gupta [mailto:good_dba@hotmail.com] Sent: 22 November 2000 10:15 To: Multiple recipients of list ORACLE-L Subject: Re: DBMS_JOB Hi, Did you try executing mannually ?? execute dbms_job.run(jobnumber); Did it run this way ?? How many jobs have you submitted ?? What are the number of Job Queue Processess ? Is it maxed out ?? Try to submit again.. and COMMIT the job after submitting.. ie... after the END; Issue COMMIT; HTH Nikunj ----- Original Message ----- To: "Multiple recipients of list ORACLE-L" Sent: Tuesday, November 21, 2000 09:45 AM > Hi all > > I need to schedule a procedure using dbms_job. > > I created it using the following script. > > declare > jobno number; > begin > dbms_job.submit(jobno,'SP_MANUAL_REPLICATION;', sysdate,'sysdate+1'); > commit; > end; > > > For some reason it not running at all. > > Any thoughts? > > TIA > > Raj > -- > Please see the official ORACLE-L FAQ: http://www.orafaq.com > -- > Author: Raj Gopalan > INET: raj.gopalan@netdecisions.co.uk > > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 > San Diego, California -- Public Internet access / Mailing Lists > -------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an E-Mail message > to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in > the message BODY, include a line containing: UNSUB ORACLE-L > (or the name of mailing list you want to be removed from). You may > also send the HELP command for other information (like subscribing). > -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Nikunj Gupta INET: good_dba@hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). ------_=_NextPart_001_01C05454.EE599C10 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: DBMS_JOB

try this
what is SP_MANUAL_REPLICATION procedure doing = ...

EXEC = DBMS_JOB.ISUBMIT(1,'schemas.SP_MANUAL_REPLICATION;',SYSDATE,'SYSDATE+5/1= 440',FALSE);

COMMIT;

and see using

select = JOB,LAST_DATE,LAST_SEC,THIS_DATE,THIS_SEC,NEXT_DATE, NEXT_SEC from = dba_jobs

praveen




-----Original Message-----
From: Nikunj Gupta [mailto:good_dba@hotmail.com]
Sent: 22 November 2000 10:15
To: Multiple recipients of list ORACLE-L
Subject: Re: DBMS_JOB


Hi,

Did you try executing mannually ??

execute dbms_job.run(jobnumber);

Did it run this way ??

How many jobs have you submitted ?? What are the = number of Job Queue
Processess ? Is it maxed out ??

Try to submit again.. and  COMMIT the job after = submitting.. ie... after the
END;

Issue COMMIT;

HTH

Nikunj

----- Original Message -----
To: "Multiple recipients of list ORACLE-L" = <ORACLE-L@fatcity.com>
Sent: Tuesday, November 21, 2000 09:45 AM


> Hi all
>
> I need to schedule a procedure using = dbms_job.
>
> I created it using the following script.
>
> declare
>    jobno  number;
> begin
>    = dbms_job.submit(jobno,'SP_MANUAL_REPLICATION;', = sysdate,'sysdate+1');
>    commit;
> end;
>
>
> For some reason it not running at all.
>
> Any thoughts?
>
> TIA
>
> Raj
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Raj Gopalan
>   INET: = raj.gopalan@netdecisions.co.uk
>
> Fat City Network Services    -- = (858) 538-5051  FAX: (858) 538-5051
> San Diego, = California        -- Public Internet = access / Mailing Lists
> = --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send = an E-Mail message
> to: ListGuru@fatcity.com (note EXACT spelling = of 'ListGuru') and in
> the message BODY, include a line containing: = UNSUB ORACLE-L
> (or the name of mailing list you want to be = removed from).  You may
> also send the HELP command for other = information (like subscribing).
>

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Nikunj Gupta
  INET: good_dba@hotmail.com

Fat City Network Services    -- (858) = 538-5051  FAX: (858) 538-5051
San Diego, = California        -- Public Internet = access / Mailing Lists
---------------------------------------------------------------= -----
To REMOVE yourself from this mailing list, send an = E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of = 'ListGuru') and in
the message BODY, include a line containing: UNSUB = ORACLE-L