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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: DBMS_JOB

Re: DBMS_JOB

From: Nikunj Gupta <good_dba_at_hotmail.com>
Date: Tue, 21 Nov 2000 22:17:05 -0800
Message-Id: <10687.122694@fatcity.com>


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

> 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_at_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_at_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).
Received on Wed Nov 22 2000 - 00:17:05 CST

Original text of this message

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