SQL trace

Go to the Session menu and select "SQL Trace" before executing the procedure. See also chapter 5.4 in the User's Guide.
 
I am kind of new to this. I did what you have suggested in the test window when I executed the procedure and I am trying to search the Trace file.. I am not able to find it.

Also, please let me know how I can run TKProf in Pl/Sql developer tool once I find the trace file.
 
Hi,

you'll find the tracefiles at the db-server.

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

Upload it to your local-drive and use the shell-command (cmd). Then you can start tkprof.
 
I enabled the SQL Trace while I executed the procedure.I tried to query "value" from v$parameter and I am getting NULL. Is there anythng that I need to setup for SQLTrace for enabling..

Please suggest!
 
Back
Top