Core Concurrent Processing - EBS (MOSC)

MOSC Banner

How to Shutdown the concurrent managers in a clean way ?

edited Apr 9, 2014 3:11AM in Core Concurrent Processing - EBS (MOSC) 4 comments

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'

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center