Question about bouncing the Concurrent Managers in Oracle EBS R12
Hi,
After I try to bring down the concurrent managers :
$ cd $INST_TOP/admin/scripts
$ adcmctl.sh stop APPS/<APPS PASSWORD>
,the count of FND processes are:
bash-3.00$ ps -ef | grep FND | wc -l
30
Is a solution to use a command like
$ kill -9
for all these FND processes in order to stop all the FND requests still running away ?
Thank you,
Daniel
After I try to bring down the concurrent managers :
$ cd $INST_TOP/admin/scripts
$ adcmctl.sh stop APPS/<APPS PASSWORD>
,the count of FND processes are:
bash-3.00$ ps -ef | grep FND | wc -l
30
Is a solution to use a command like
$ kill -9
for all these FND processes in order to stop all the FND requests still running away ?
Thank you,
Daniel
Tagged:
0