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 根據請求id找到對應trace 檔案Oracle
- 有關oracle ebs中:Dialog的做法(1)Oracle
- Oracle session traceOracleSession
- 【EBS】Oracle EBS 之 OM 模組整理(1)Oracle
- Oracle EBS基礎學習:Oracle EBS啟用診斷功能Oracle
- Oracle 10046 SQL TRACEOracleSQL
- Oracle診斷案例-Sql_traceOracleSQL
- Oracle EBS總賬與會計假設Oracle
- EBS:Oracle 資料庫執行慢SQLOracle資料庫SQL
- [20200512]oracle的事務隔離級別.txtOracle
- Oracle EBS when-validate-record 個性化無效果Oracle
- Oracle清理trace、alert、aud、listener.log檔案Oracle
- oracle清理trace、alert、aud、listener等日誌檔案Oracle
- oracle鎖級別相關測試Oracle
- Oracle中Date和Timestamp的區別Oracle
- oracle中distinct和group by的區別Oracle
- Oracle EBS 資料庫密碼複雜度設定Oracle資料庫密碼複雜度
- oracle生成uuidOracleUI
- 運用Log和Trace檔案排除Oracle Net問題Oracle
- 1.1. Oracle 資料庫使用者型別Oracle資料庫型別
- Git中級使用者的25個提示Git
- android 測試 kill -3 生成的 trace_xx.txt日誌怎麼重置Android
- Oracle EBS R12客戶端一種FRM-92050的產生原因Oracle客戶端
- oracle中的某一個使用者名稱修改Oracle
- oracle 資料庫lsnrctl監聽的日誌路徑和trace檔案Oracle資料庫
- MySql中執行計劃如何來的——Optimizer TraceMySql
- EBS:訂單事務型別查詢之流程分配型別
- Oracle資料庫不同損壞級別的恢復詳解Oracle資料庫
- oracle級聯刪除使用者,刪除表空間Oracle
- 【APP_ORACLE】Oracle EBS R12.1標準克隆(包括資料庫層和應用層)APPOracle資料庫
- Oracle EBS中分類賬和法人實體 的關係(有sql語句例項)OracleSQL
- SQL TraceSQL
- 【TRACE】如何設定或動態跟蹤Oracle net偵聽器Oracle
- Netflix 如何預熱快取?利用EBS移動PB級資料快取
- vit中的生成分類識別符號介紹符號
- oracle事務隔離級別transaction isolation level初識Oracle
- ORACLE建庫過程中自動生成的跟鎖相關的VIEWOracleView
- 檢視EBS版本
- Oracle使用者Oracle