Thursday, July 10, 2008

R12 Instance Home - INSTANCE_TOP

R12 architecure in brief was already introduced in my previous post, Now in this post more details on this new architecture.
In Applications release 12 top three directory structures are

db(database server),
apps(application tier servers) and
inst (instance home - new)
Figure explains these 3 directory strucures

Oracle Application release 12 introduces the concept of a top-level directory for an appication instance.
This directory referred to as Instance Home, and denoted by environment variable $INSTANCE_TOP.
This aims to get a clear distinction between the shared file system and the file system unique to an instance.
This TOP will now hold any configuration files (specific to that server), Certificates (If SSL is enabled SSL Certificates & any other certificates specific to that server) and related log files or PID files (for Apache or any other process) and INSTANCE_TOP will be specific to Server

Following are the Advantages of Instance Home
  • Provides flexibility to share Applications Technology stack code (Apps, technology stack) among multiple instances/nodes and even instances (Dev,Test, Production)
  • Support for read-only file systems and centralization of log files
  • Enables split ownership of applications and technology stack file systems
  • Improves code safety by making shared file system read-only while not patching
  • Configuration and log files are co-located
  • Easier collection of instance state
  • Ability to use network or local storage for various file system portions
  • Minimize disk usage and maximize performance

Wednesday, June 25, 2008

Use of Two Application Server ORACLE_HOMEs in Release 12

Two different OracleAS 10g releases, in separate ORACLE_HOMEs, are used in OracleApplications Release 12. This enables Applications to take advantage of the latest Oracle technologies.






Monday, June 23, 2008

R12 Architecture

































Features of high-level architecture (more detials : coming soon)
  • Java Home : IAS 10.1.3 Oracle home replaces 11i 1.0.2.2 9i AS Oracle Home
  • C Home : Developer 10.1.2 Oracle home replaces 11i 8.0.6 home
  • Database home : Database 10.2 Oracle home replaces 11i 9.2 home
  • Appltop : Applications code staging area
  • Common top : Runtime location for Java, Html
  • Instance top : Configuration and runtime generated files