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: Jay Hostetter <jhostetter_at_decommunications.com>
Date: Tue, 21 Nov 2000 13:53:22 -0500
Message-Id: <10687.122650@fatcity.com>


Make sure you set the job_queue_processes and job_queue_interval init.ora = parameters. Ours are set to 2 and 60 respectively.

Jay Hostetter
Oracle DBA
D. & E. Communications
Ephrata, PA USA

>>> Raj Gopalan <raj.gopalan_at_netdecisions.co.uk> 11/21/00 12:45PM >>>
Hi all

I need to schedule a procedure using dbms_job.=20

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.=20

Any thoughts?

TIA Raj
--=20
Please see the official ORACLE-L FAQ: http://www.orafaq.com=20 --=20
Author: Raj Gopalan
  INET: raj.gopalan_at_netdecisions.co.uk=20

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 Tue Nov 21 2000 - 12:53:22 CST

Original text of this message

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