- OracleApps Epicenter - http://www.oracleappshub.com -

EBS Concurrent Manager

Posted By Sanjit Anand On November 30, 2010 @ 10:11 am In AOL | No Comments

Concurrent program are the batch Processing Sub-System. These programs are run as operating system background processes.These programs may be written using a variety of Oracle tools, programming languages for executables, or OS scripts.

  • The Internal Concurrent Manager (ICM) controls all other concurrent managers. It administers the startup and shutdown of managers as defined by their work shift, monitors for process failure, and cleans up if a failure occurs.
  • The Conflict Resolution Manager (CRM) enforces rules designed to ensure that incompatible concurrent requests do not run in the same conflict domain.
  • The Standard Manager as shipped with Oracle Applications will accept and run any concurrent requests.

dgreybarrowConcurrent Manager - Tables

Here are the list of table assocaited with concurrent programs.

Table Content
FND_CONCURRENT_REQUESTS Details of user requests, including status, start date, and completion date
FND_CONCURRENT_PROGRAMS Details of concurrent programs, including execution method, whether the program is constrained, and whether it must be run alone
FND_CONCURRENT_PROCESSES Cross-references between concurrent requests and queues, and a history of concurrent manager processes
FND_CONCURRENT_QUEUES Information about each of the concurrent manager queues

dgreybarrowConcurrent Request - Lifecycle

Here are summary for concurrent prgram phases in a typical lifecycle of concurrent program.

Phase Activity
Pending / Normal The request is waiting to be run
Pending / Standby The request is waiting at CRM
Running / Normal The request is running
Completed / Normal The request has finished
Inactive / No Manager The request cannot be run. No manager available to process it.

dgreybarrowSimilar Post on Concurrent Program


Article printed from OracleApps Epicenter: http://www.oracleappshub.com

URL to article: http://www.oracleappshub.com/aol/ebs-concurrent-manager/

URLs in this post:

[1] Output Post Processor – OPP – Troubleshooting 2 common issue: http://www.oracleappshub.com/aol/output-post-processor-opp-troubleshooting-2-common-issue/

[2] Output Post Processor – OPP: http://www.oracleappshub.com/aol/output-post-processor-opp/

[3] Beginner's Guide : Concurrent program/Manager output and log file- Part - IV: http://www.oracleappshub.com/aol/beginner%e2%80%99s-guide-concurrent-programmanager-output-and-log-file-part-iii/

[4] Beginner's Guide : Understanding Concurrent Managers - Part - III: http://www.oracleappshub.com/aol/beginner%e2%80%99s-guide-understanding-concurrent-managers-part-iii/

[5] Beginner's Guide : Administering Concurrent Program - Part - II: http://www.oracleappshub.com/aol/beginner%e2%80%99s-guide-administering-concurrent-program-part-ii/

[6] Beginner's Guide : Administering Oracle Application - Part - I: http://www.oracleappshub.com/aol/beginners-guide-administering-oracle-application-part-i/

[7] w some of the concurrent managers: http://www.oracleappshub.com/aol/know-some-of-the-concurrent-managers/

[8] Specialized / Dedicated Concurrent Managers (Enhancing Performance): http://www.oracleappshub.com/aol/specialized-dedicated-concurrent-managers-enhancing-performance/

Disclaimer The opinions expressed here represent solely my own represent personal conjecture based upon experience, practice and observation and does not represent the thoughts, intentions, plans or strategies of my current & previous employers and their clients. Copyright © 2007-2010 OracleApps Epicenter. All rights reserved.