Performance Problems - Concurrent Programs
Performance Problems - Concurrent Programs
Kishore
http:/www.appsdba.info
You’ve noticed that a particular program is taking, on average, two hours to run. You can
turn trace on for this report by logging in with the System Administrator responsibility,
and navigating to
Turn On Tracing
Once you have obtained the Raw trace file you need to format the file using
TKPROF.
Where:
Another example: To get (TKPROF) sorted by longest running queries first and
limits the results to the "Top 10" long running queries
Author – A.Kishore
http:/www.appsdba.info
Now every time this report runs, until you turn trace off, it will generate a trace file.
We strongly recommend that you trace Concurrent Programs on your test
environment rather than your production environment, because anytime anyone
runs this report, it will generate a trace file. At the very least, if you run trace on your
production environment, don’t forget to turn it back off after you’re done!
cd $ORACLE_HOME/admin/<CONTEXT_NAME>/udump
run tkprof
More options:
Note : TRACEOPTS can only be used for Oracle Reports type concurrent
programs as it is an execution option to an Oracle Reports R
untime executable
It will help if you can also enable Binds for the purposes of this SR.
If you wish you can enable binds, waits, and additional tracing options by
entering your Trace Options in the Options Field of the Executable Sectio
Author – A.Kishore
http:/www.appsdba.info