C Sample Response Files for Silent Installation and Deinstallation

These files are sample response files for the Oracle Fusion Middleware Infrastructure and Oracle WebLogic Server and Coherence distributions.

For more information about the parameters in the response files, see Oracle Universal Installer Response File Parameters.

Installation Response Files

To run the product installer in silent mode, you must provide a valid response file that contains information about the installation.

Sample Response File for Oracle Fusion Middleware Infrastructure Installation

This sample shows the information that you can specify in a response file for a silent installation of Oracle Fusion Middleware Infrastructure.

[ENGINE]
 
#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0
 
[GENERIC]
 
#Set this to true if you wish to skip software updates
DECLINE_AUTO_UPDATES=true

#My Oracle Support User Name
MOS_USERNAME=

#My Oracle Support Password
MOS_PASSWORD=<SECURE_VALUE>

#If the Software updates are already downloaded and available on your local system,
#then specify the path to the directory where these patches are available and
#set SPECIFY_DOWNLOAD_LOCATION to true
AUTO_UPDATES_LOCATION=

#Proxy Server Name to connect to My Oracle Support
SOFTWARE_UPDATES_PROXY_SERVER=

#Proxy Server Port
SOFTWARE_UPDATES_PROXY_PORT=

#Proxy Server Username
SOFTWARE_UPDATES_PROXY_USER=

#Proxy Server Password
SOFTWARE_UPDATES_PROXY_PASSWORD=<SECURE_VALUE>

#The oracle home location. This can be an existing Oracle Home or a new Oracle Home
ORACLE_HOME=/home/Oracle/products/Oracle_Home
 
#Set this variable value to the Installation Type selected. 
#e.g. Fusion Middleware Infrastructure, Fusion Middleware Infrastructure With Examples.
INSTALL_TYPE=Fusion Middleware Infrastructure
 

Sample Response File for Oracle WebLogic Server and Coherence Installation

This sample shows the information that you can specify in a response file for a silent installation of Oracle WebLogic Server and Coherence.

[ENGINE]
 
#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0
 
[GENERIC]
 
#Set this to true if you wish to skip software updates
DECLINE_AUTO_UPDATES=true

#My Oracle Support User Name
MOS_USERNAME=

#My Oracle Support Password
MOS_PASSWORD=<SECURE_VALUE>

#If the Software updates are already downloaded and available on your local system,
#then specify the path to the directory where these patches are available and
#set SPECIFY_DOWNLOAD_LOCATION to true
AUTO_UPDATES_LOCATION=

#Proxy Server Name to connect to My Oracle Support
SOFTWARE_UPDATES_PROXY_SERVER=

#Proxy Server Port
SOFTWARE_UPDATES_PROXY_PORT=

#Proxy Server Username
SOFTWARE_UPDATES_PROXY_USER=

#Proxy Server Password
SOFTWARE_UPDATES_PROXY_PASSWORD=<SECURE_VALUE>

#The oracle home location. This can be an existing Oracle Home or a new Oracle Home
ORACLE_HOME=/home/Oracle/products/Oracle_Home
 
#Set this variable value to the Installation Type selected. 
#e.g WebLogic Server, Coherence, Complete with Examples
INSTALL_TYPE=Fusion Middleware Infrastructure
 

Deinstallation Response Files

To run the product deinstaller in silent mode, you must provide a valid response file that contains information about the deinstallation.

Sample Response File for Oracle Fusion Middleware Infrastructure Deinstallation

This sample shows the information that you can specify in a response file for a silent deinstallation of Oracle Fusion Middleware Infrastructure.

[ENGINE]
 
#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0
 
[GENERIC]
 
#This will be blank when there is nothing to be de-installed in distribution level
SELECTED_DISTRIBUTION=WebLogic Server for FMW~12.2.1.3.0 

#The oracle home location. This can be an existing Oracle Home or a new Oracle Home
ORACLE_HOME=/home/Oracle/products/Oracle_Home/

Sample Response File for Oracle WebLogic Server and Coherence Deinstallation

This sample shows the information that you can specify in a response file for a silent deinstallation of Oracle WebLogic Server and Coherence.

[ENGINE]
 
#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0
 
[GENERIC]
 
#This will be blank when there is nothing to be de-installed in distribution level
SELECTED_DISTRIBUTION=WebLogic Server~12.2.1.3.0 

#The oracle home location. This can be an existing Oracle Home or a new Oracle Home
ORACLE_HOME=/home/Oracle/products/Oracle_Home/