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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: tkprof question

Re: tkprof question

From: rjamya <rjamya_at_gmail.com>
Date: Fri, 19 May 2006 14:09:27 -0400
Message-ID: <9177895d0605191109w52ce32f9m80038cd7f0ce1430@mail.gmail.com>


use

exec dbms_support.start_trace(true,true);

instead of sql_trace=true

Raj

On 5/19/06, Nirmalya Das <nirmalya_at_hln.com> wrote:
> I want to see the "wait events" along with my cost for a particular query.
>
> My environment:
>
> Sun Solaris (SUNOS 5.9)
> Oracle 9.2.0.7
>
> TIMED_STATISTICS is not set in the parameter file....
>
> So, I am doing
>
> SQL> alter session set sql_trace=true;
> SQL> alter session set timed_statistics=true;
> SQL> "running the SQL here"
>
> After getting the trace:
>
> $ tkprof <trace file> <output file> explain=... sys=no waits=yes
>
> But the "output file" never produces the "wait events"
>
> Any ideas?
>
> TIA
>
> Nirmalya
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

-- 
----------------------------------------------
Got RAC?
--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 19 2006 - 13:09:27 CDT

Original text of this message

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