關閉Concurrent Mananger或Server Crash後還是執行狀態的Concurrent Request如何處理
Concurrent Requests Stuck in Running Status After Server Crashed [ID 152763.1]
--------------------------------------------------------------------------------
修改時間11-JAN-2011 型別 PROBLEM 狀態 ARCHIVED
•fact: Oracle Application Object Library
•symptom: Concurrent requests stuck in Running status
•change: Server crashed
•cause: Either the server crashed or the concurrent manager was shutdown
while concurrent requests were running. Thus the phase_code column of the
FND_CONCURRENT_REQUESTS table still holds a value of 'R' for Running.
fix:
1. First, run the cmclean.sql script. found in Metalink Note:134007.1.
2. If this doesn't resolve the issue, then Shut down the concurrent managers
then check for any FNDLIBR processes running at the OS level. There should
not be any. If there are FNDLIBR processes, then kill them at the OS level.
.
If this doesn't resolve the issue then ...
3. try the following SQL update command after making a note of the request ID
number of the problem concurrent requests:
.
SQL> update fnd_concurrent_requests
set set status_code='X', phase_code = 'C'
where request_id =
commit;
或者直接登入EBS系統在concurrent mananger 的介面中查詢對應的request ID , 一個一個設定為cancel .
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-722595/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 如何調整Concurrent Mananger中Standard ManagerNaN
- 關於FND_REQUEST.SUBMIT_REQUEST和 FND_CONCURRENT.WAIT_FOR_REQUESTMITAI
- FND_REQUEST.SUBMIT_REQUEST和 FND_CONCURRENT.WAIT_FOR_REQUESTMITAI
- hadoop之 exceeds the limit of concurrent xcievers處理HadoopMIT
- intellij 關閉後程式還在執行IntelliJ
- EBS R12.1中如何提交一個請求(Concurrent Request)
- EBS R12的Concurrent Request ID和資料庫Session ID的關聯資料庫Session
- EBS Concurrent Manager(併發管理器)異常處理
- netty 之 非同步處理雙子星io.netty.util.concurrent.Future與io.netty.util.concurrent.PromiseNetty非同步Promise
- EBS Concurrent Manager(併發管理器)異常處理[final]
- java concurrent 探祕Java
- 在Python中用concurrent.futures建立執行緒池程序池Python執行緒
- 關閉EBS後重新開啟出現concurrent manager異常及cmclean.sql慢問題[final]SQL
- Java併發---concurrent包Java
- oracle concurrent program session and sqlOracleSessionSQL
- 使用concurrent.futures模組併發,實現程式池、執行緒池執行緒
- 銷貨後訂單還是BOOKED的處理
- 執行緒併發執行緒安全介紹及java.util.concurrent包下類介紹執行緒Java
- 多執行緒的執行緒狀態及相關操作執行緒
- java.uitl.concurrent包研究JavaUI
- java.util.concurrent中文APIJavaAPI
- 如何偵查SQL執行狀態SQL
- Windos bat批處理指令碼,判斷是終端命令列執行,還是雙擊執行BAT指令碼命令列
- 關閉應用程式時如何關閉子執行緒執行緒
- thinkpad win10關閉電腦滑鼠還亮怎麼處理_win10關機後滑鼠燈還亮如何解決ThinkPadWin10
- 如何正確的關閉 MFC 執行緒執行緒
- 求助!如何追蹤除錯釋出後的EJB的程式執行狀態?除錯
- EBS R12 Concurrent Reqest執行報錯ORA-20100
- 請求更改狀態介面後,執行 sql 查出來狀態不對SQL
- java.util.concurrent.RejectedExecutionExceptionJavaException
- JAVA之Concurrent包書目錄Java
- java -jar 在後臺執行和關閉JavaJAR
- LoadRunner中Concurrent與Simultaneous的區別
- 銷貨後訂單LINE還是BOOKED的處理
- 執行緒狀態執行緒
- python多執行緒中:如何關閉執行緒?Python執行緒
- Java執行緒的狀態Java執行緒
- 如何優雅的關閉Java執行緒池Java執行緒