You are on page 1of 4

11/18/2014 Mohammad Shahanawaz -DBA Share Knowledge: Cancelling Concurrent Request from backend (script) + Concurrent Request Status

us Codes and Pha

More Next Blog Create Blog Sign In

Mohammad Shahanawaz -DBA


Share Knowledge
Working as an Oracle Core and Apps DBA

Monday, April 29, 2013 Pages

Home
Cancelling Concurrent Request from backend (script) + Scripts
Concurrent Request Status Codes and Phase Codes Interview Questions & Answers

Search
Concurrent Request Status Codes and Phase Codes
Search
Use below query to cancel all scheduled concurrent programs.
===================================================
About Me
UPDATE fnd_concurrent_requests
SET phase_code = 'C', status_code = 'X' Mohammad Shahanawaz
WHERE status_code IN ('Q','I') Kuwait
AND requested_start_date > SYSDATE View my complete profile

AND hold_flag = 'N';

Topics List
COMMIT;
2014 (5)
2013 (33)
=====================================================
November (2)
TO cancel all running concurrent programs. August (2)
July (2)
UPDATE fnd_concurrent_requests June (4)
SET phase_code = 'C', status_code = 'X' April (23)
WHERE status_code IN ('R','I'); AutoConfig on the Database Tier
for a New ORACLE_H...
Commit;
Cancelling Concurrent Request
from backend (script...
How to check the
PSU/CPU/Security patches
Concurrent Request Phase Codes:- applied ...
Oracle Apps:Concurrent Manager
SELECT LOOKUP_CODE, MEANING Part -1
Preventing user to connect / as
FROM FND_LOOKUP_VALUES
sysdba - Security ...
WHERE LOOKUP_TYPE = 'CP_PHASE_CODE' AND LANGUAGE = 'US'
Clean FND_NODES table after
AND ENABLED_FLAG = 'Y'; cloning in Oracle APPS...
FRD TRACE in R12

To Cancel Specific request: Compiling forms,libraries,reports


in Oracle Apps 1...
++++++++++++++++++++++++++++++++
How to compile invalid objects in
update fnd_concurrent_requests R12
set status_code='D', phase_code='C' DATABASE ONLINE CLONING

where request_id=<request id>; Apache Overview 11i and R12

http://dbahut.blogspot.com/2013/04/cancelling-concurrent-request-from.html 1/4
11/18/2014 Mohammad Shahanawaz -DBA Share Knowledge: Cancelling Concurrent Request from backend (script) + Concurrent Request Status Codes and Pha
REP-3000 error Troubleshooting
LOOKUP_CODE MEANING Where are the log files located in
C Completed R12
I Inactive How to drop and recreate UNDO
P Pending Tablespace in Oracle...
R Running How to drop and recreate TEMP
Tablespace in Oracle...

Concurrent Request Status Codes:- Forms Servlet mode to Socket


mode conversion on Re...
How to enable Apache and Jserv
SELECT LOOKUP_CODE, MEANING Debugging in Oracle...

FROM FND_LOOKUP_VALUES Query to list Oracle hidden


parameters in oracle 1...
WHERE LOOKUP_TYPE = 'CP_STATUS_CODE' AND LANGUAGE = 'US'
Troubleshooting R12- Frm-92050
AND ENABLED_FLAG = 'Y'; failed to connect t...
TUNING CONCURRENT
MANAGER Part-1
LOOKUP_CODE MEANING
R Normal Changing both DBName and
DBID Using NID utility
I Normal
Z Waiting Difference between Oracle
D Cancelled Applications 11i and R12...
U Disabled Limitations in Merging AD
E Error Patches
M No Manager
C Normal
H On Hold
W Paused
B Resuming
P Scheduled
Q Standby
S Suspended
X Terminated
T Terminating
A Waiting
G Warning

Normally a concurrent request proceeds through three, possibly four, life cycle
stages or phases,
Phase Code Meaning with Description
Pending Request is waiting to be run
Running Request is running
Completed Request has finished
Inactive Request cannot be run

Within each phase, a request's condition or status may change. Below appears a
listing of each phase and the various states that a concurrent request can go
through.

The status and the description of each meaning given below:

Phase Status Description


Normal Request is waiting for the next available manager.
Standby Program to run request is incompatible with other program(s)
currently running.
PENDING Scheduled Request is scheduled to start at a future time or date.
Waiting A child request is waiting for its Parent request to mark it ready to
run. For example, a report in a report set that runs sequentially must
wait for a prior report to complete.

Normal Request is running normally.

Paused Parent request pauses for all its child requests to complete. For

http://dbahut.blogspot.com/2013/04/cancelling-concurrent-request-from.html 2/4
11/18/2014 Mohammad Shahanawaz -DBA Share Knowledge: Cancelling Concurrent Request from backend (script) + Concurrent Request Status Codes and Pha
RUNNING example, a report set pauses for all reports in the set to complete.
Resuming All requests submitted by the same parent request have completed
running. The Parent request is waiting to be restarted.
Terminating Running request is terminated, by selecting Terminate in the Status
field of the Request Details zone.

Normal Request completes normally.


Error Request failed to complete successfully.
Warning Request completes with warnings. For example, a report is
generated successfully but fails to print.
COMPLETED
Cancelled Pending or Inactive request is cancelled, by selecting Cancel in the
Status field of the Request Details zone.
Terminated Running request is terminated, by selecting Terminate in the Status
field of the Request Details zone.

Disabled Program to run request is not enabled. Contact your system


administrator.
On Hold Pending request is placed on hold, by selecting Hold in the Status
INACTIVE
field of the Request Details zone.
No Manager No manager is defined to run the request. Check with your system
administrator.

Posted by Mohammad Shahanawaz at 2:39 AM

1 comment:

Mohd AbuThahir October 29, 2013 at 7:15 AM

thank you

Reply

Enter your comment...

Comment as: Google Account

Publish Preview

Note: Only a member of this blog may post a comment.

Links to this post


Create a Link

Newer Post Home Older Post

Subscribe to: Post Comments (Atom)

http://dbahut.blogspot.com/2013/04/cancelling-concurrent-request-from.html 3/4
11/18/2014 Mohammad Shahanawaz -DBA Share Knowledge: Cancelling Concurrent Request from backend (script) + Concurrent Request Status Codes and Pha
Ethereal template. Powered by Blogger.

http://dbahut.blogspot.com/2013/04/cancelling-concurrent-request-from.html 4/4

You might also like