Enable trace file for XML report
Hi Team,
How to enable trace to get tkprof file for XML report.
Issue -
The complex custom xml report which has many subqueries and functions called to get values for columns is running long time.
Added a start and end time at every function called in the subqueries and packages to check the running time, but each takes 3 to 4 secs and totally takes one minute to fetch a single record and unable to identify which query is making the report to run long.
So I enabled a trace check in concurrent program definition , but no trace generated. So please suggest me how to identify the query which takes long time to complete and how to enable the trace file for XML report