how to trace a report
Hi,as per my knowledge i have set the profile "concurrent allow debugging" to my account at user level and selected the sqltrace,report trace in debugger options and i submitted the conc request
by using this query we can get the tace file path
select value from V$parameter where name like '%user_dump_dest%'
i am searching here for my trace file but i am not able to find it
on which names it will saves in that trace file
once if we know the trace file we need to format that trace file into readable format by using tkprof??
by using this query we can get the tace file path
select value from V$parameter where name like '%user_dump_dest%'
i am searching here for my trace file but i am not able to find it
on which names it will saves in that trace file
once if we know the trace file we need to format that trace file into readable format by using tkprof??
0