Database Tuning (MOSC)

MOSC Banner

where is the trace file for tkprof in 11G

edited Oct 5, 2011 5:32AM in Database Tuning (MOSC) 8 commentsAnswered
Hi,

Can anybody tell me where to find the trace file from tkprof? This is what I did, but there is nothing under the $ORACLE_BASE/diag/rdbms/oracle_sid/ORACLE_SID/trace/

I am using Oracle 11GR2 on Linux


ALTER SESSION SET sql_trace = true;
alter session set  tracefile_identifier ="my_trace_file";
Alter session set statistics_level=all;
alter session set max_dump_file_size='unlimited';

Thanks

George

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center