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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to