How to Shutdown the concurrent managers in a clean way ?
How to Shutdown the concurrent managers in a clean way ?
Actually the clean shutdown ensure the clean Startup and vice versa to ensure a good performance for concurrent managers
please follow these steps when you shutdown the
1- stop the concurrent managers through the adcmctl script
Syntax Usage
adcmctl.sh {start|stop|abort|status} [<APPS username/APPS password>]
2- ensure no FNDLIBR processes are still running
Syntax Usage
ps -ef | grep FNDLIBR
3- stop any pending requests which are still running in the background
by updating the FND_CONCURRENT_REQUESTS table as follows
sql> update fnd_concurrent_requests
set status_code='X', phase_code='C'