Two errors after cloning eBS
There are two errors when completing a clone from PROD.
One is about the error “Xlib: connection to ":0.0" refused by server” , you should check the vnc server address and port number on app tier, they must the same as the value of $DISPLAY.
The other error is about “ORA-20100: File o0042978.tmp creation for FND_FILE failed” , you should check the environment variable $APPLPTMP on app tier, then to check the parameter value UTL_FILE_DIR. the $APPLPTMP should be included in the UTL_FILE_DIR, and you can using the following statement to check it:
exec FND_FILE.PUT_LINE(FND_FILE.LOG, 'it's a testing!');
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/38542/viewspace-1050390/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- coca after two months vs in two months
- 【EBS】Oracle EBS 之 OM 模組整理(1)Oracle
- 1.3.2.1. 通過克隆Cloning方式建立PDB
- Working with Errors in Go 1.13ErrorGo
- Go Errors 詳解GoError
- slave-skip-errorsError
- 檢視EBS版本
- Oracle EBS基礎學習:Oracle EBS啟用診斷功能Oracle
- Convert DataFrame string complex i to j python // “Cloning” row or column vectorsPython
- Canvas errors & CORS All In OneCanvasErrorCORS
- nvm command errors All In OneError
- React 18 errors All In OneReactError
- EBS寄售(VMI)對賬
- “setting.xml” has syntax errorsXMLError
- EBS-PO-接收入庫
- EBS快速匯入值集
- 【Jenkins】data stream error|Error cloning remote repo ‘origin‘ 錯誤解決JenkinsErrorREM
- Two Pirates - 2
- Two Pointer Method
- 外部插入.after()
- 忘不了的 TODOS & FIXMES & ERRORSError
- Django admin static files errors All In OneDjangoError
- 使用 fio 工具測試 EBS 效能
- 如何使用 LVM 管理滴滴雲 EBSLVM
- EBS: 發運(WSH)表清單
- EBS FORM PLL 開發入門ORM
- Leetcode 231 Power of TwoLeetCode
- Leetcode 1 two sumLeetCode
- Merge Two Sorted List
- Tokitsukaze and Two Colorful Tapes
- LeetCode | 1 Two SumLeetCode
- 11.23 Two Different Worlds
- F - Two Sequence Queries
- missing ) after argument list
- 03-dispatch_after
- EBS檢視實時線上人數
- 【EBS】主機併發程式開發
- [譯] Go 1.13 errors 包錯誤處理GoError
- Leetcode 29 Divide Two IntegersLeetCodeIDE