tkprof in client
This is what i do in my server to see the tkprof
-- setting user_dump_dest
alter system set user_dump_dest="/home/oracle/trace";
alter session set tracefile_identifier ="trace1";
ALTER SESSION SET SQL_TRACE = TRUE;
tkprof /home/oracle/trace/ora_16095_trace1.trc /home/oracle/trace/out.prf explain=scott/tiger SYS=NO
How can i do this same in my client .where i wont be having any idea about the server folders
need help on this or any articles