关闭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博客tolywang的博客,原文链接:关闭Concurrent Mananger或Server Crash后还是运行状态的Concurrent Request如何处理,如需转载请自行联系原博主。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值