Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I reset the concurrent managers

Concurrent Managers

How do I reset the concurrent managers

by  jezzerwebb  Posted    (Edited  )
1. Make sure that no concurrent manager processes are running. On Unix, us "ps -ef | grep FNDLIBR"

2. Using SQL*Plus, login as the APPLSYS user and use the following two commands:

delete * from fnd_concurrent_processes;

update fnd_concurrent_queues set running_processes=0;

3. Restart the concurrent manager.

If you have any problems with starting the concurrent manager, try these steps first. You will find, that if you contact Oracle support, this is what they will ask you to do anyway.

Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top