Databases Reference
In-Depth Information
This response file performs the installation process reading the products.xml
file from the FROM_LOCATION location. It installs the ORACLE_HOME_NAME at the
ORACLE_HOME location. OUI installs the INSTALL_TYPE edition
Creating a response file out from an actual
installation
If you are planning to reproduce the same installation a number of times then you
can record the installation session in a response file you can edit later if you require
further customization.
This code creates a response file from an actual installation:
./runInstaller -record -destinationFile <PathAndFileName>
This response file records the parameters used during the current installation,
afterwards the user can use this file to repeat the installation process in batch mode.
./runInstaller -silent -responseFile <PathAndFileName>
The path and file name refers to the location of the generated response file name
and location.
The Batch installation, step by step
Once the response file has been either created or customized, the user can perform
the batch install. Depending on the product that will be installed, the screen will be
different from the one shown in the next images.
Here a response file has been created to perform a 10g Rel. 2 RDBMS install.
RESPONSEFILE_VERSION=2.2.1.0.0
UNIX_GROUP_NAME=dba
FROM_LOCATION="/stage/Ora10gR2/database/stage/products.xml"
ORACLE_HOME="/u01/app/oracle/product/10.2.0/db_1"
ORACLE_HOME_NAME="OraDb10g_home1"
TOPLEVEL_COMPONENT={"oracle.server","10.2.0.1.0"}
SHOW_SPLASH_SCREEN=false
SHOW_WELCOME_PAGE=false
SHOW_NODE_SELECTION_PAGE=false
SHOW_SUMMARY_PAGE=false
SHOW_INSTALL_PROGRESS_PAGE=false
SHOW_CONFIG_TOOL_PAGE=false
SHOW_XML_PREREQ_PAGE=false
SHOW_ROOTSH_CONFIRMATION=false
 
Search WWH ::




Custom Search