Oracle_Apps: Performance issue with particular form

Share via:

Performance issue with particular form in EBS:

Its common issue which reports by end user that they have a performance problem with particular form or form is slow responding

Have the user show DBA exactly which form runs slow by select Help->Diagnostics->Trace and click in the
“Trace with Binds and Waits” box right before they do the transaction that runs slow. it required APPS password to enable this form level trace.

Once the trace enabled, a pop-up screen give you where to look for the trace file. Next, user do the slow part of the transaction. Once its done then user needs to select
Disable the form trace again by selecting Help->Diagnostics->Trace and turn trace off by clicking on “No Trace”

trace file will be generated under udump
cd $ORACLE_HOME/admin/<$CONTEXT_NAME>/udump.

TO analyze the trace files, you can run either tkprof or Trace Analyzer

tkprof filename.trc filename.txt explain=apps/<appspassword> sort=no

Or

conn apps user
SQL>START traceanalyzer.sql UDUMP file_ora_12345.trc;

Collect the text trace file and investigate the issue

Note: If you have any questions regarding above topic please comment below or contact me.

jnamashivaya@gmail.com

Share via:
Note: Please test scripts in Non Prod before trying in Production.
1 Star2 Stars3 Stars4 Stars5 Stars (20 votes, average: 5.00 out of 5)
Loading...

4 thoughts on “Oracle_Apps: Performance issue with particular form

Leave a Reply to sai Cancel reply