Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: StoredProc SQL statistics
The information you need is all in the extended (10046 level 8) SQL trace
file. You just have to know how to determine all the recursive SQL
parent-child relationships. Tkprof and TFA don't even try. This is one of
the problems we wrote our Hotsos Profiler to solve.
DBMS_PROFILER will help if your problem is not SQL; that is, if your problem happens to be in the PL/SQL code lines that don't make database calls.
Cary Millsap
Hotsos Enterprises, Ltd.
http://www.hotsos.com
Upcoming events:
- Hotsos Clinic 101 in Reykjavik, Ottawa, Dallas, Washington, Denver, Sydney - Visit www.hotsos.com for schedule details... - Hotsos Symposium 2004 / March 7-10 Dallas
-----Original Message-----
Sent: Wednesday, June 04, 2003 12:55 AM
To: Multiple recipients of list ORACLE-L
Hi People,
Is there any way to find the statistics(like tkprof
gives) of SQL's within storedproc , when storedrpoc is
called.
Basically I want to find culprit SQL within StoredProc.
Any help is appreciated
Regards
Sam
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).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Cary Millsap
INET: cary.millsap_at_hotsos.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 Wed Jun 04 2003 - 07:30:47 CDT