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

Home -> Community -> Usenet -> c.d.o.server -> Re: View performance tuning

Re: View performance tuning

From: Truong Phan <tphan_at_woolworths.com.au>
Date: 27 Feb 2006 04:42:13 -0800
Message-ID: <1141044133.768157.121040@t39g2000cwt.googlegroups.com>


Do the following and paste the output in here:

ALTER SESSION SET events '10046 trace name context forever, level 12'; select * from PERF_VIEW2;

Then run:

tkprof <trace_file> <output>

Where:
<trace_file> - you can find in "udump" directory
<output> - give it a name --> copy the whole content of this file into
this thread. Received on Mon Feb 27 2006 - 06:42:13 CST

Original text of this message

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