Steps to terminate concurrent (CM) request from server
Steps to terminate concurrent (CM) request from server
InGeneral, we terminate the requests from sysadmin responsibilities. in some cases, we may recieve this type of requests from apps team to clear it from server.
connect to apps user and then trigger below update stamement along with commit.
update apps.fnd_concurrent_requests set phase_code='C', status_code='X' where request_id='&REQUEST_ID';
commit;
Comments
Post a Comment