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

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

DBMS_JOB

From: Raj Gopalan <raj.gopalan_at_netdecisions.co.uk>
Date: Tue, 21 Nov 2000 17:43:17 -0000
Message-Id: <10687.122635@fatcity.com>


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? Received on Tue Nov 21 2000 - 11:43:17 CST

Original text of this message

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