Text box

Please note that the problems that i face may not be the same that exist on your environment so please test before applying the same steps i followed to solve the problem .

Wednesday 8 August 2012

Force termination of a concurrent request


To force a concurrent request to terminate do the below:
SQL> update fnd_concurrent_requests
set status_code='X', phase_code='C'
where request_id=xxxxxx;

SQL> commit;

Then run CMCLEAN.sql script and restart the concurrent manager.


No comments:

Post a Comment