Oracle EBS 如何生成trace檔案

tolywang發表於2012-03-08
參考: FAQ: Common Tracing Techniques in Oracle E-Business Applications 11i and R12 (文件 ID 296559.1)?
包括form,concurrent program, Trace ALL user actions, Web-based screen ,文中還說明了如何找到trace檔案以及各種分析工具。


比如 form中生成Trace檔案監控錯誤的方法:
Most commonly if debugging an error, you should at least provide trace with binds.  When debugging a performance issue, you may consider using trace with binds and waits. 

1. 開啟想要監控的起始點,啟用Trace:
Help---Diagnostics---Trace---Trace with Binds and Waits

2. 操作
 
3. 停止Trace以結束監控:Help---Diagnostics---Trace---No Trace

4. 記下Trace檔案路徑:例如:$ORACLE_HOME/admin//udump/erpprd_ora_10481_2510.trc

5. 編譯生成的檔案:
比如: tkprof erpprd_ora_10481_2510.trc /tmp/2510.trc

6. 取出編譯後檔案,用IE開啟即可。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-718085/,如需轉載,請註明出處,否則將追究法律責任。

相關文章