 |
 |
 |
 |
admin Contains files used by AutoUpgrade to upgrade each separate product.
Note that this directory (APPL_TOP/<prod>/admin) is not the APPL_TOP/admin
directory. The APPL_TOP/admindirectory contains preliminary install and
upgrade steps for all products. This APPL_TOP/<prod>/admin directory
containsproduct-specific upgrade information. See AutoUpgrade in
Maintaining Oracle Applications for further information. |
|
 |
 |
 |
|
|
|
 |
 |
 |
 |
driver Contains .drv files (driver files). AutoUpgrade processes in several
phases, and each phase is controlled by a driver file. |
|
 |
 |
 |
|
|
|
 |
 |
 |
 |
import Contains DataMerge files used to upgrade seed data. |
|
 |
 |
 |
|
|
|
 |
 |
 |
 |
odf Contains object description files (.odf files) used to create tables and other
database objects. |
|
 |
 |
 |
|
|
|
 |
 |
 |
 |
sql Contains SQL*Plus scripts used to upgrade data, and .pkh, .pkb,and .pls
scripts to create PL/SQL stored procedures. |
|
 |
 |
 |
|
|
|
 |
 |
 |
 |
bin Contains concurrent programs, other C language programs and
shell scripts for each product. |
|
 |
 |
 |
|
|
|
 |
 |
 |
 |
forms Contains Oracle Forms portable source file (.fmb) files, and generated
runtime (.fmx) files (Oracle Forms form files). |
|
 |
 |
 |
|
|
|
 |
 |
 |
 |
help Contains the online help source files. These files are imported to the
database during installation. Within this directory are subdirectories for
each language you choose to install. |
|
 |
 |
 |
|
|
|
 |
 |
 |
 |
html HTML, Javascript, and Java Server Page files, primarily for Self-Service Web
Applications products. Like help files, HTML files are in language subdirectories. |
|
 |
 |
 |
|
|
|
 |
 |
 |
 |
include Contains C language header (.h) files that my be linked with files in the lib
directory. Not all products require this directory. |
|
 |
 |
 |
|
|
|
 |
 |
 |
 |
java Contains .class files (Java class files) and .jar files (Java ARchives), which are copied
to JAVA_TOP during installation. |
|
 |
 |
 |
|
|
|
|