Trace File Generation
We have one custom report in Oracle application which is taking more time. We are doing performance tuning for the same. We want to generate the trace file and then TKPROF file for the same. COuld you let me know how to generate the trace file of concurrent program.
Please note that Our report calls PL/SQL package which performs few validations and inserts data into temp table. This temp table is used in RDF file to generate the report.
I have four questions
1) How to generate the trace file which generates trace for RDF sqls as well as SQL of PL/SQL being called from RDF