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 -> Generating trc file for TKPROF

Generating trc file for TKPROF

From: Miggins <mtproc_at_yahoo.co.uk>
Date: 10 May 2006 07:38:05 -0700
Message-ID: <1147271884.965848.98290@i40g2000cwc.googlegroups.com>


Hi,

Am doing the following to try and generate a trc file for analysing with TKPROF.

ALTER SESSION SET TIMED_STATISTICS=TRUE; Then run the code i want to analyse

ALTER SESSION SET TIMED_STATISTICS=FALSE; I check the destination of the file by the following

select value
from v$parameter
where name = 'user_dump_dest';

However i am not getting anything generated.

Am i missing something out?

Thanks Received on Wed May 10 2006 - 09:38:05 CDT

Original text of this message

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