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

Home -> Community -> Mailing Lists -> Oracle-L -> recursive calls and DBMS_JOB

recursive calls and DBMS_JOB

From: John Clarke <jclarke_at_centroidsys.com>
Date: Fri, 21 Feb 2003 07:30:06 -0800
Message-ID: <F001.00554594.20030221073006@fatcity.com>


I'm trying to isolate high CPU consumers in a stressed application, and have noticed that I'm spending a lot of time doing recursive calls. Specifically, a high percentage of recursive calls and recursive CPU usage come from the following anonymous block:  

DECLARE job BINARY INTEGER :=job; next_date .....  

My question is this: Are the recursive cpu/call stats that are accumulating a result of the procedures scheduled within DBMS_JOB (there are a handful of these procedures), or is this likely due to DBMS_JOB (and whatever logic it uses to keep itself doing what it should) itself?  

Thanks  

John Clarke
Oracle DBA
Centroid Systems, Inc
--

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

Author: John Clarke
  INET: jclarke_at_centroidsys.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Feb 21 2003 - 09:30:06 CST

Original text of this message

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