Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Trace File location.

BurasamiOct 11 2010 — edited Oct 13 2010
Hi All,

I am tracing the sql query by using SQL Trace and TKPROF.

I am setting up the initial parameter as follows.
alter session set SQL_Trace=true;

Session altered.

alter session set TIMED_STATISTICS=true;

Session altered.

alter system set USER_DUMP_DEST='d:\dump';

System switch log altered.
after this initial set up. i am running the sample query such as
select sysdate from dual;

SYSDATE  
---------
11-OCT-10

1 row selected.

alter session set SQL_Trace=false;

Session altered.
after executing the above command. i have searched for xxxx.trc file in directory but i can't able to find the file.. what is wrong i did.. why i can't able to view the file in directory... any suggestion?

Thanks and Regards
Sami.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 10 2010
Added on Oct 11 2010
17 comments
19,400 views