Last active
May 19, 2020 23:43
-
-
Save pamtrak06/0688f3ef24d95f03074ac50d0eb37684 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#################################################################### | |
## Copyright(c) 1999, 2009 Oracle. All rights reserved. ## | |
## ## | |
## Specify values for the variables listed below to customize ## | |
## your installation. ## | |
## ## | |
## Each variable is associated with a comment. The comment ## | |
## identifies the variable type. ## | |
## ## | |
## Please specify the values in the following format: ## | |
## ## | |
## Type Example ## | |
## String "Sample Value" ## | |
## Boolean True or False ## | |
## Number 1000 ## | |
## StringList {"String value 1","String Value 2"} ## | |
## ## | |
## The values that are given as <Value Required> need to be ## | |
## specified for a silent installation to be successful. ## | |
## ## | |
## ## | |
## This response file is generated by Oracle Software ## | |
## Packager. ## | |
#################################################################### | |
RESPONSEFILE_VERSION=2.2.1.0.0 | |
#------------------------------------------------------------------------------- | |
#Name : UNIX_GROUP_NAME | |
#Datatype : String | |
#Description: Unix group to be set for the inventory directory. Valid only in Unix platforms. | |
#Example: UNIX_GROUP_NAME = "install" | |
#------------------------------------------------------------------------------- | |
UNIX_GROUP_NAME=dba | |
#------------------------------------------------------------------------------- | |
#Name : FROM_LOCATION | |
#Datatype : String | |
#Description: Complete path to the products.xml. | |
#Example: FROM_LOCATION = "../stage/products.xml" | |
#------------------------------------------------------------------------------- | |
FROM_LOCATION="../stage/products.xml" | |
#------------------------------------------------------------------------------- | |
#Name : FROM_LOCATION_CD_LABEL | |
#Datatype : String | |
#Description: This variable should only be used in multi-CD installations. It includes the #label of the compact disk where the file "products.xml" exists. The label can be found in #the file "disk.label" in the same directory as products.xml. | |
#Example: FROM_LOCATION_CD_LABEL = "CD Label" | |
#------------------------------------------------------------------------------- | |
FROM_LOCATION_CD_LABEL="LABEL1" | |
#------------------------------------------------------------------------------- | |
#Name : ORACLE_HOME | |
#Datatype : String | |
#Description: Complete path of the Oracle Home. | |
#Example: ORACLE_HOME = "C:\OHOME1" | |
#------------------------------------------------------------------------------- | |
ORACLE_HOME=###ORACLE_HOME### | |
#------------------------------------------------------------------------------- | |
#Name : ORACLE_BASE | |
#Datatype : String | |
#Description: Complete path of the Oracle Base. | |
#Example: ORACLE_BASE = | |
#------------------------------------------------------------------------------- | |
ORACLE_BASE=###ORACLE_BASE### | |
#------------------------------------------------------------------------------- | |
#Name : ORACLE_HOME_NAME | |
#Datatype : String | |
#Description: Oracle Home Name. Used in creating folders and services. | |
#Example: ORACLE_HOME_NAME = "OHOME1" | |
#------------------------------------------------------------------------------- | |
ORACLE_HOME_NAME="OHOME1" | |
#------------------------------------------------------------------------------- | |
#Name : SUPPRESS_BUGLIST_WARNING | |
#Datatype : Boolean | |
#Description: Set to true if the Welcome page in OUI needs to be shown. | |
#Example: SUPPRESS_BUGLIST_WARNING = false | |
#------------------------------------------------------------------------------- | |
SUPPRESS_BUGLIST_WARNING=false | |
#------------------------------------------------------------------------------- | |
#Name : NEXT_SESSION | |
#Datatype : Boolean | |
#Description: Set to true to allow users to go back to the File Locations page for another #installation. This flag also needs to be set to true in order to process another response #file (see NEXT_SESSION_RESPONSE). | |
#Example: NEXT_SESSION = true | |
#------------------------------------------------------------------------------- | |
NEXT_SESSION=true | |
#------------------------------------------------------------------------------- | |
#Name : NEXT_SESSION_ON_FAIL | |
#Datatype : Boolean | |
#Description: Set to true to allow users to invoke another session even if current install #session has failed. This flag is only relevant if NEXT_SESSION is set to true. | |
#Example: NEXT_SESSION_ON_FAIL = true | |
#------------------------------------------------------------------------------- | |
NEXT_SESSION_ON_FAIL=true | |
#------------------------------------------------------------------------------- | |
#Name : NEXT_SESSION_RESPONSE | |
#Datatype : String | |
#Description: Set to true to allow users to go back to the File Locations page for another #installation. This flag also needs to be set to true in order to process another response #file (see NEXT_SESSION_RESPONSE). | |
#Example: NEXT_SESSION_RESPONSE = "nextinstall.rsp" | |
#------------------------------------------------------------------------------- | |
NEXT_SESSION_RESPONSE="nextinstall.rsp" | |
#------------------------------------------------------------------------------- | |
#Name : DEINSTALL_LIST | |
#Datatype : StringList | |
#Description: List of components to be deinstalled during a deinstall session. | |
#The following choices are available. The value should contain only one of these choices. | |
#The choices are of the form Internal Name, Version : External name. Please use the internal #name and version while specifying the value. | |
# oracle.swd, 11.2.0.1.0 : Oracle Installation Products 11.2.0.1.0 | |
#Example: DEINSTALL_LIST = {"oracle.swd","11.2.0.1.0"} | |
#------------------------------------------------------------------------------- | |
DEINSTALL_LIST={"oracle.swd","11.2.0.1.0"} | |
#------------------------------------------------------------------------------- | |
#Name : CLUSTER_NODES | |
#Datatype : StringList | |
#Description: This variable represents the cluster node names selected by the user for #installation. | |
#Example: CLUSTER_NODES = {"node1"} | |
#------------------------------------------------------------------------------- | |
CLUSTER_NODES={"node1"} | |
#------------------------------------------------------------------------------- | |
#Name : REMOTE_NODES | |
#Datatype : StringList | |
#Description: This variable represents the remote node names on which installation is carried #out. | |
#Example: REMOTE_NODES = | |
#------------------------------------------------------------------------------- | |
REMOTE_NODES= | |
#------------------------------------------------------------------------------- | |
#Name : LOCAL_NODE | |
#Datatype : String | |
#Description: This variable represents the local node. | |
#Example: LOCAL_NODE = | |
#------------------------------------------------------------------------------- | |
LOCAL_NODE= | |
#------------------------------------------------------------------------------- | |
#Name : RESTART_SYSTEM | |
#Datatype : Boolean | |
#Description: Set to true to allow automatic restart of the system, if set to false then #installer will exit without restarting, no exit confirmation dialog is shown. | |
#Example: RESTART_SYSTEM = false | |
#------------------------------------------------------------------------------- | |
RESTART_SYSTEM=false | |
#------------------------------------------------------------------------------- | |
#Name : RESTART_REMOTE_SYSTEM | |
#Datatype : Boolean | |
#Description: Set to true to allow automatic restart of the remote systems, if set to false, #installer will not restart the remote systems, no exit confirmation dialog is shown. | |
#Example: RESTART_REMOTE_SYSTEM = false | |
#------------------------------------------------------------------------------- | |
RESTART_REMOTE_SYSTEM=false | |
#------------------------------------------------------------------------------- | |
#Name : ORACLE_HOSTNAME | |
#Datatype : String | |
#Description: This variable holds the hostname of the system as set by the user. | |
#Example: ORACLE_HOSTNAME = | |
#------------------------------------------------------------------------------- | |
ORACLE_HOSTNAME= | |
#------------------------------------------------------------------------------- | |
#Name : REMOVE_HOMES | |
#Datatype : StringList | |
#Description: List of the homes to be removed during a deinstall session. Each home is #represented by its full path. | |
#Example: REMOVE_HOMES = {<full_path_of_home1>,<full_path_of_home2>, ...} | |
#------------------------------------------------------------------------------- | |
REMOVE_HOMES= | |
#------------------------------------------------------------------------------- | |
#Name : ACCEPT_LICENSE_AGREEMENT | |
#Datatype : Boolean | |
#Description: By setting this variable to true, you are accepting the license agreement. This #variable is used only for silent installations. | |
#Example: ACCEPT_LICENSE_AGREEMENT = true | |
#------------------------------------------------------------------------------- | |
ACCEPT_LICENSE_AGREEMENT=true | |
#------------------------------------------------------------------------------- | |
#Name : METALINK_LOCATION | |
#Datatype : String | |
#Description: This variable represents the Oracle metalink location. | |
#Example: METALINK_LOCATION = | |
#------------------------------------------------------------------------------- | |
METALINK_LOCATION= | |
#------------------------------------------------------------------------------- | |
#Name : METALINK_USERNAME | |
#Datatype : String | |
#Description: This variable represents the Oracle metalink user name. | |
#Example: METALINK_USERNAME = | |
#------------------------------------------------------------------------------- | |
METALINK_USERNAME= | |
#------------------------------------------------------------------------------- | |
#Name : MYORACLESUPPORT_USERNAME | |
#Datatype : String | |
#Description: This variable represents the Oracle metalink user name. | |
#Example: MYORACLESUPPORT_USERNAME = | |
#------------------------------------------------------------------------------- | |
MYORACLESUPPORT_USERNAME= | |
#------------------------------------------------------------------------------- | |
#Name : METALINK_PASSWORD | |
#Datatype : String | |
#Description: This variable represents the corresponding Oracle metalink password. | |
#Example: METALINK_PASSWORD = | |
#------------------------------------------------------------------------------- | |
METALINK_PASSWORD= | |
#------------------------------------------------------------------------------- | |
#Name : MYORACLESUPPORT_PASSWORD | |
#Datatype : String | |
#Description: This variable represents the corresponding Oracle metalink password. | |
#Example: MYORACLESUPPORT_PASSWORD = | |
#------------------------------------------------------------------------------- | |
MYORACLESUPPORT_PASSWORD= | |
#------------------------------------------------------------------------------- | |
#Name : PROXY_HOST | |
#Datatype : String | |
#Description: The proxy host used to connect to Oracle metalink. | |
#Example: PROXY_HOST = | |
#------------------------------------------------------------------------------- | |
PROXY_HOST= | |
#------------------------------------------------------------------------------- | |
#Name : PROXY_PORT | |
#Datatype : String | |
#Description: The proxy port used to connect to Oracle metalink. | |
#Example: PROXY_PORT = | |
#------------------------------------------------------------------------------- | |
PROXY_PORT= | |
#------------------------------------------------------------------------------- | |
#Name : PROXY_REALM | |
#Datatype : String | |
#Description: The realm for the proxy used to connect to Oracle metalink. | |
#Example: PROXY_REALM = | |
#------------------------------------------------------------------------------- | |
PROXY_REALM= | |
#------------------------------------------------------------------------------- | |
#Name : PROXY_USER | |
#Datatype : String | |
#Description: The username for the proxy used to connect to Oracle metalink. | |
#Example: PROXY_USER = | |
#------------------------------------------------------------------------------- | |
PROXY_USER= | |
#------------------------------------------------------------------------------- | |
#Name : PROXY_PWD | |
#Datatype : String | |
#Description: The password for the proxy used to connect to Oracle metalink. | |
#Example: PROXY_PWD = | |
#------------------------------------------------------------------------------- | |
PROXY_PWD= | |
#------------------------------------------------------------------------------- | |
#Name : DONT_PROXY_FOR | |
#Datatype : String | |
#Description: The dont proxy for list. | |
#Example: DONT_PROXY_FOR = | |
#------------------------------------------------------------------------------- | |
DONT_PROXY_FOR= | |
#------------------------------------------------------------------------------- | |
#Name : DECLINE_SECURITY_UPDATES | |
#Datatype : Boolean | |
#Description: OUI Session variable set to decline from receiving the security updates | |
#Example: DECLINE_SECURITY_UPDATES = | |
#------------------------------------------------------------------------------- | |
DECLINE_SECURITY_UPDATES= | |
#------------------------------------------------------------------------------- | |
#Name : COLLECTOR_RESPONSE_FILE | |
#Datatype : String | |
#Description: OUI Session variable used to provide the OCM response file location | |
#Example: COLLECTOR_RESPONSE_FILE = | |
#------------------------------------------------------------------------------- | |
COLLECTOR_RESPONSE_FILE= | |
#------------------------------------------------------------------------------- | |
#Name : SECURITY_UPDATES_VIA_METALINK | |
#Datatype : Boolean | |
#Description: OUI Session variable used to set if the security updates should be received via #Metalink details | |
#Example: SECURITY_UPDATES_VIA_METALINK = | |
#------------------------------------------------------------------------------- | |
SECURITY_UPDATES_VIA_METALINK= | |
#------------------------------------------------------------------------------- | |
#Name : SECURITY_UPDATES_VIA_MYORACLESUPPORT | |
#Datatype : Boolean | |
#Description: OUI Session variable used to set if the security updates should be received via #Metalink details | |
#Example: SECURITY_UPDATES_VIA_MYORACLESUPPORT = | |
#------------------------------------------------------------------------------- | |
SECURITY_UPDATES_VIA_MYORACLESUPPORT= | |
#------------------------------------------------------------------------------- | |
#Name : TOPLEVEL_COMPONENT | |
#Datatype : StringList | |
#Description: The top level component to be installed in the current session. | |
#The following choices are available. The value should contain only one of these choices. | |
#The choices are of the form Internal Name, Version : External name. Please use the internal #name and version while specifying the value. | |
# oracle.swd, 11.2.0.1.0 : Oracle Installation Products 11.2.0.1.0 | |
#Example: TOPLEVEL_COMPONENT = {"oracle.swd","11.2.0.1.0"} | |
#------------------------------------------------------------------------------- | |
TOPLEVEL_COMPONENT={"oracle.swd","11.2.0.1.0"} | |
#------------------------------------------------------------------------------- | |
#Name : SELECTED_LANGUAGES | |
#Datatype : StringList | |
#Description: Languages in which the components will be installed. | |
#The following choices are available. The value should contain only one of these choices. | |
#The choices are of the form Internal Name : External name. Please use the internal name while specifying the value. | |
# en, : English | |
# fr, : French | |
# ar, : Arabic | |
# bn, : Bengali | |
# pt_BR, : Brazilian Portuguese | |
# bg, : Bulgarian | |
# fr_CA, : Canadian French | |
# ca, : Catalan | |
# hr, : Croatian | |
# cs, : Czech | |
# da, : Danish | |
# nl, : Dutch | |
# ar_EG, : Egyptian | |
# en_GB, : English (United Kingdom) | |
# et, : Estonian | |
# fi, : Finnish | |
# de, : German | |
# el, : Greek | |
# iw, : Hebrew | |
# hu, : Hungarian | |
# is, : Icelandic | |
# in, : Indonesian | |
# it, : Italian | |
# ja, : Japanese | |
# ko, : Korean | |
# es, : Latin American Spanish | |
# lv, : Latvian | |
# lt, : Lithuanian | |
# ms, : Malay | |
# es_MX, : Mexican Spanish | |
# no, : Norwegian | |
# pl, : Polish | |
# pt, : Portuguese | |
# ro, : Romanian | |
# ru, : Russian | |
# zh_CN, : Simplified Chinese | |
# sk, : Slovak | |
# sl, : Slovenian | |
# es_ES, : Spanish | |
# sv, : Swedish | |
# th, : Thai | |
# zh_TW, : Traditional Chinese | |
# tr, : Turkish | |
# uk, : Ukrainian | |
# vi, : Vietnamese | |
#Example: SELECTED_LANGUAGES = {"en"} | |
#------------------------------------------------------------------------------- | |
#SELECTED_LANGUAGES={"en"} | |
#------------------------------------------------------------------------------- | |
#Name : COMPONENT_LANGUAGES | |
#Datatype : StringList | |
#Description: Languages in which the components will be installed. | |
#The following choices are available. The value should contain only one of these choices. | |
#The choices are of the form Internal Name : External name. Please use the internal name while specifying the value. | |
# en, : English | |
# fr, : French | |
# ar, : Arabic | |
# bn, : Bengali | |
# pt_BR, : Brazilian Portuguese | |
# bg, : Bulgarian | |
# fr_CA, : Canadian French | |
# ca, : Catalan | |
# hr, : Croatian | |
# cs, : Czech | |
# da, : Danish | |
# nl, : Dutch | |
# ar_EG, : Egyptian | |
# en_GB, : English (United Kingdom) | |
# et, : Estonian | |
# fi, : Finnish | |
# de, : German | |
# el, : Greek | |
# iw, : Hebrew | |
# hu, : Hungarian | |
# is, : Icelandic | |
# in, : Indonesian | |
# it, : Italian | |
# ja, : Japanese | |
# ko, : Korean | |
# es, : Latin American Spanish | |
# lv, : Latvian | |
# lt, : Lithuanian | |
# ms, : Malay | |
# es_MX, : Mexican Spanish | |
# no, : Norwegian | |
# pl, : Polish | |
# pt, : Portuguese | |
# ro, : Romanian | |
# ru, : Russian | |
# zh_CN, : Simplified Chinese | |
# sk, : Slovak | |
# sl, : Slovenian | |
# es_ES, : Spanish | |
# sv, : Swedish | |
# th, : Thai | |
# zh_TW, : Traditional Chinese | |
# tr, : Turkish | |
# uk, : Ukrainian# vi, : Vietnamese#Example: COMPONENT_LANGUAGES = {"en"}#Component : oracle.swd#-------------------------------------------------------------------------------COMPONENT_LANGUAGES={"en"}#-------------------------------------------------------------------------------#Name : INSTALL_TYPE#Datatype : String#Description: Installation type of the component.#The following choices are available. The value should contain only one of these choices.#The choices are of the form Internal Name : External name. Please use the internal name #while specifying the value.# Complete, : Complete# Typical, : Minimum# Custom, : Custom#Example: INSTALL_TYPE = "Complete"#Component : oracle.swd#-------------------------------------------------------------------------------INSTALL_TYPE="Complete" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment