Friday, May 20, 2022

Turn on Concurrent Manager after EBS Restart; Oracle

 Oracle Concurrent Manager and How to Start Stop Concurrent Manager in Oracle EBS - IT Tutorial

Scripts location: 


cd /demoMount/app/oracle/TDAP1413/fs1/inst/apps/TDAP1413_192.166.4.5/admin/scripts


[userrname@serveraddress scripts]$ ./adcmctl.sh stop



[applmgr@ebstest scripts]$ ps -ef |grep FNDLIBR
applmgr 15989 15791 0 17:20 ? 00:00:00 FNDLIBR
applmgr 15991 15791 0 17:20 ? 00:00:00 FNDLIBR
applmgr 15993 15791 0 17:20 ? 00:00:00 FNDLIBR
applmgr 16331 15589 0 17:27 pts/0 00:00:00 grep FNDLIBR

Terminate these process on EBS and restart Concurrent Manager
kill -9 15989 15991 15993
Use the query to find the process to terminate on EBS - select * from apps.FND_CONCURRENT_REQUeSTS
order by LAST_UPDATE_DATE desc 

http://manishnashikkar.blogspot.com/2013/07/terminating-concurrent-requests-from.html


image

 VIEW APPLSYS.FND_CONCURRENT_REQUESTS


select * from apps.FND_CONCURRENT_REQUeSTS

order by LAST_UPDATE_DATE desc