Core Concurrent Processing - EBS (MOSC)

MOSC Banner

Is there a way to cancel a concurrent request from the command line?

edited Apr 2, 2013 9:52AM in Core Concurrent Processing - EBS (MOSC) 9 commentsAnswered ✓
Hello CCP experts,

 I am using CONCSUB to submit concurrent requests from the command line and would like the ability to cancel requests from the command line as well.

After researching, it appears there are only two ways to cancel concurrent requests.
1. Run an SQL script.
SQL> UPDATE fnd_concurrent_requests 
     SET phase_code = 'C', status_code = 'X' 
     WHERE request_id = '<request id>'; 
     commit;
2. Issue CONCSUB <Username/Password> SYSADMIN 'System Administrator'  SYSADMIN CONCURRENT FND ABORT
which will shutdown the managers and all requests that have not completed.

I would prefer something like:
CONCSUB <Username/Password> SYSADMIN 'System Administrator'  SYSADMIN CONCURRENT FND ABORT <request id>

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