4.oracle Applications Environment Files
4.oracle Applications Environment Files
Rapid Install creates four different environment setup files which set up the Oracle8i, the
Oracle8-based technology stack, the Oracle HTTP server, and the Oracle Applications
environments. The environment setup files are called <db name>.env in UNIX
Oracle Applications makes extensive use of environment settings to locate executable
programs and other files essential to Applications operation. These environment settings
are defined when you install Oracle Applications. Many of the settings are defined by
information you provide when running Rapid Install, while others have the same Values
in all installations.
The environment settings and their associated values are stored in environment files,
which have .env suffix (.cmd on Windows). Rapid Install creates several environment
files that set up the Oracle database, the Oracle technology stack, the Oracle HTTP
server, and the Oracle Applications environments.
The location of these environment files is shown in the following table:
Filename Location Environment
<CONTEXT_NAME>.env 9.2.0 ORACLE_HOME Oracle Server Enterprise Edition
<CONTEXT_NAME>.env iAS ORACLE_HOME HTTP Server
<CONTEXT_NAME>.env 8.0.6 ORACLE_HOME Oracle technology stack
<CONTEXT_NAME>.env APPL_TOP Applications
The admin, ad, au, and fnd directories are the core technology directories.
This directory contains files and scripts used by the AD utilities during the upgrade and
maintenance processes. These include:
• The adovars.env environment file, which defines certain file and directory locations.
• <SID>/log and <SID>/out directories for upgrade, log, and output files respectively.
The Applications Utilities (AU) component is used to maintain the Oracle Applications
system.AU hosts a collection of files copied from other products. This allows generating
on-site classes of files such as Forms and reports, or running reports invoked by the
Reports server from a standard, shared location. Generating forms or reports may require
access to shared PL/SQL libraries, so these files are copied to AU_TOP as well. The
Oracle Applications Java a files are stored in AU_TOP, as w ell as in JA V A_TOP and
<PROD>_TOP. This directory contains product files that are consolidated in a single
location for optimal processing. These files include:
A copy of all Java files used by JInitiator when regenerating the desktop client JAR
files, in the java subdirectory.
This directory contains the scripts and programs that are used as the foundation for all
Applications products to build data dictionaries, forms and C object libraries. The Oracle
Application Object Library is a key component of the Applications technology layer. It
consists of a collection of reusable code, programs, and database objects that provides
common functionality across all products. Oracle Application Object Library offers many
features to make system administration easier, such as security setup and maintenance, and
management of concurrent Processing.
Using Application Object Library ensures that the processing of flexfields or the procedure
for report submission, for example, does not vary from one product to another. Oracle
Application Object Library also provides capabilities for developers to extend the operation
of Oracle Applications by allowing the creation of custom programs that interact with the
base modules.