Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Skipping internal statements in Statspack??
> We are using Oracle 10.1.0.2 on windows 2000 SP 4. Statspack reports
> generated show lot of Oracle internally issued statements, I would like
> to know how to skip these statements and take only those which are
> executed by our application. TKprof has parameter SYS=NO to skip
> internal statements. Is there something in statspack?
You'll probably have to write your own report as spreport included with Statspack does not have this capability. At least, looking through the supplied SQL scripts, I did not find this capability included in the report.
You can use the @?/rdbms/admin/spreport.sql script (and it's sub-scripts) as a basis for creating your own, custom reporting.
HTH,
Brian
-- =================================================================== Brian Peasland oracle_dba_at_nospam.peasland.net http://www.peasland.net Remove the "nospam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three" - UnknownReceived on Wed Apr 12 2006 - 11:22:54 CDT