Oracle EBS R12 Architecture
Oracle EBS R12 Architecture
Oracle EBS R12 Architecture
info
Oracle Cost Management helps to maintain the costs of items in your inventory and the immediate modules that it interacts with are Oracle Inventory, Oracle Bills of Material, Order Management.
Source http://appsdba.info
Desktop Tier :
The Forms client applet must be run within a Java Virtual Machine (JVM) on the desktop client. The Sun J2SE Plug-in component allows use of the Oracle JVM on web clients, instead of the browsers own JVM. This is implemented as a browser plug-in. Please Note : In 11i , we use Jinitiator for the for the JVM.
Web services The Web services component of Oracle Application Server processes requests received over the network from the desktop clients.
Source http://appsdba.info
Forms services Forms services in Oracle Applications Release 12 are provided by the Forms listener servlet or Form Socket mode, which facilitates the use of firewalls, load balancing, proxies, and other networking options.
Concurrent Processing server Processes that run on the Concurrent Processing server are called concurrent requests. When you submit such a request, either through HTML-based or Forms-based Applications, a row is inserted into a database table specifying the program to be run. A concurrent manager then reads the applicable requests in the table, and starts the associated concurrent program.
Please Note: There is no concept of an Administration server in Release 12. By default, patching can be undertaken from any application tier node.
Database Tier :
The database tier contains the Oracle database server, which stores all the data maintained by Oracle Applications.
APPL-TIER
10.1.2 C ORACLE_HOME / FORMS ORACLE_HOME (8.0.6 ORACLE HOME as in R11i) 10.1.3 Java ORACLE_HOME/OC4J ORACLE_HOME (iAS ORACLE_HOME as in R11i) INSTANCE_TOP : Each application tier has a unique Instance Home file system associated
Source http://appsdba.info
There are two versions of Oracle Application server 10g (OAS10g) used,
The Oracle Application Server 10.1.2 ORACLE_HOME (sometimes referred to as the Tools, C, or Developer ORACLE_HOME) replaces the 8.0.6 ORACLE_HOME provided by Oracle9i Application Server 1.0.2.2.2 in Release 11i. The Oracle Application Server 10.1.3 ORACLE_HOME (sometimes referred to as the Web or Java ORACLE_HOME) replaces the 8.1.7-based ORACLE_HOME provided by Oracle9i Application Server 1.0.2.2.2 in Release 11i.
Source http://appsdba.info
Source http://appsdba.info
INSTANCE TOP :
Instance home is the top-level directory for an Applications Instance which is known as Instance Home and is denoted the environment variable $INST_TOP. This contains all the config files, log files, SSL certificates etc.
The additional Instance Home makes the middle tier easier to manage and organized since the data is kept separate from the config files. The Instance Home also has the ability to share the Applications and Technology stack code across multiple instances. Another advantage of the Instance Home is that the Autoconfig writes only in INST_TOP so APPL_TOP and ORACLE_HOME can also be made read only file system if required. To create a new instance that shares an existing middle-tier, just create a new instance_top with proper config files and NFS Mount the middle tier in the
Source http://appsdba.info