Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: statspack report on sql
Ray - I'm a big fan of STATSPACK, but I think its job will be more to alert
you to something wrong. I believe that STATSPACK just reads the v$sql table
at the time it is executed.
Sometimes this requires some detective work. Like the Bob Seger line "working on a mystery without any clues". Are you looking for ad-hoc queries or something an application created? If the latter, then go talk to the developers. If the former, the easiest way is to see which process takes up a lot of CPU, then trace it back to the SQL via the v$ tables.
Sorry to be vague, but maybe you can give more details and I can be more helpful.
Dennis Williams
DBA, 80%OCP, 100% DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Monday, May 19, 2003 8:11 AM
To: Multiple recipients of list ORACLE-L
Are there any columns that could be tied to the standard sql reports from statspack to point the finger at the userid that is responsible for a certain load? Hoping to chase down a bad guy this moring.
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).
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 Mon May 19 2003 - 12:41:42 CDT