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: Yadav, Shailesh <NDASY3_at_labor.state.ny.us>
Date: Fri, 06 Jul 2001 12:09:17 -0700
Message-ID: <F001.003436C9.20010706122056@fatcity.com>

Mitchell,

  What did you specify for next_date? Try to set it to something like a second after you setup the job.. It should work and you should not have to execute a new job...
  I think JOB_QUEUE_PROCESSES is the maximum number of jobs that can run in parallel and JOB_QUEUE_INTERVAL is the seconds after which the processes wake up to execute any job.

Shailesh

-----Original Message-----
Sent: Friday, July 06, 2001 2:42 PM
To: Multiple recipients of list ORACLE-L

Dear DBAs

I have submitted a job to run at a time but never go. I had to send dbms_job.run(jobno) and then the job will run at defined interval.

My question is
1. I have to exec dbms_job.run(jobno) everytime to init the the new job. 2. What is real meaning for JOB_QUEUE_PROCESSES and JOB_QUEUE_INTERVAL at initdb.ora

Mitchell

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Mitchell
  INET: mitchell_at_comnet.ca

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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Yadav, Shailesh
  INET: NDASY3_at_labor.state.ny.us
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 Fri Jul 06 2001 - 14:09:17 CDT

Original text of this message

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