How to generate a trace file for a concurrent program
To start the tuning process it is best to get a trace file from the program. The method of getting the trace file for a concurrent program is detailed below. Step 1: Enable trace on the concurrent program Responsibility: System Administrator Navigation: Concurrent > Program > Define Query for the concurrent program Check the box labeled, Enable Trace Save the form. Step 2: Execute the concurrent program Go to the responsibility from which you can execute the concurrent program. Click on View > Requests and open the SRS form. select Run the concurrent program. Note the request ID. It is 8888888 Step 3: Locate the trace file directory Connect to the database and execute the following SQL, SELECT * FROM v$parameter WHERE NAME = 'user_dump_dest' Now get the Oracle process ID for this request. Execute the following script SELECT oracle_process_...