ORACLE EBS中生成使用者級別的TRACE II
也可以參照http://zhyuh.itpub.net/post/334/485841
兩種方法都是Oracle supporter在解答TAR中提供的
[@more@] 1. Enable trace for a specific user:
- Login as System Administrator responsibility
- Move to Profile/System
- Check off the USER box - and enter your username that you are using when getting the error
- Search on the following profile option - 'Initialization SQL Statement - Custom'
2. Please set this at the user level with the following string:
BEGIN FND_CTL.FND_SESS_CTL('','', '', 'TRUE','','ALTER SESSION SET TRACEFILE_IDENTIFIER='||''''||'4764802.992' ||''''||' EVENTS ='||''''||' 10046 TRACE NAME CONTEXT FOREVER, LEVEL 12 '||''''); END;
This must be one complete line of text - so may be best to copy the string into notepad prior to putting it into the profile.
3. Once the profile is set, please change responsibilities and directly go and reproduce the problem.
To find the trace file at 'user_dump_dest':
- Please move to this directory and search for the file having 4764802.992 in the filename
- This is the trace file created - please tkprof and upload BOTH the raw and tkprof trace file to metalink.
4. Ensure that the profile option is unset before exiting the Application.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/207/viewspace-1023168/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE EBS中生成使用者級別的TRACEOracle
- Oracle EBS 如何生成trace檔案Oracle
- ORACLE EBS中的bne logOracle
- Oracle DBA 和Oracle EBS DBA 的最大區別Oracle
- oracle ebs 根據請求id找到對應trace 檔案Oracle
- ORACLE中SQL TRACE和TKPROF的使用OracleSQL
- ORACLE EBS R12 1201 -> 1204 升級中特別注意事項Oracle
- ORACLE EBS中OAF遮蔽的錯誤Oracle
- ORACLE EBS系統中的編譯Oracle編譯
- Oracle 使用者Trace 檔案路徑Oracle
- Oracle EBS中打補丁Oracle
- EBS 中 adpatch 與 opatch 的區別
- oracle11g或oracle10g如何生成errorstack型別的跟蹤檔案trace file系列四OracleError型別
- Oracle Trace檔案過量生成問題解決Oracle
- 有關oracle ebs中:Dialog的做法(1)Oracle
- oracle ebsOracle
- sql_trace生成及使用tkprof檢視trace fileSQL
- ORACLE EBS中掛一張報表Oracle
- SQL效能的度量 - 會話級別的SQL跟蹤sql_traceSQL會話
- trace檔案無法生成
- zt_oracle11g 10049 event無法生成traceOracle
- Oracle session traceOracleSession
- ORACLE的隔離級別Oracle
- Oracle中開啟10046 Trace的各種方法Oracle
- 【EBS】Oracle EBS 之 OM 模組整理(1)Oracle
- Oracle SYS使用者無法設定session級別的read onlyOracleSession
- Oracle sql trace用法OracleSQL
- How to enable trace in OracleOracle
- Oracle Trace 及TKPROFOracle
- Oracle中開啟10046 Trace的各種方法[轉]Oracle
- Oracle EBS ATTACHMENT with fileOracle
- Oracle ebs patch typeOracle
- EBS 中FND_STATS和dbms_stats區別
- 試卷生成系統II 2.36
- Oracle EBS基礎學習:Oracle EBS啟用診斷功能Oracle
- oracle EBS在中國的客戶Oracle
- php中的錯誤級別PHP
- Oracle的隔離級別(Isolation Level)Oracle