################################################################### ## ## ## Oracle 8i 8.1.7.1.0b Patch Set Install Response File Template ## ## ---------------------------------------------------------- ## ## ## ## Copyright(c) Oracle Corporation 2000. All rights reserved. ## ## ## ## Specify values for the variables listed below to customize ## ## your installation. ## ## ## ## Each variable is associated with a comment which explains ## ## how the variable is used and what effect it will have on ## ## your installation. The default setting of the ## ## DEPENDENCY_LIST variables installs the products included ## ## in a Typical install. ## ## ## ## Please specify values for the specific variable types ## ## in the following formats: ## ## ## ## String "Sample Value" ## ## Boolean true or false ## ## Number 1000 ## ## StringList {"String value 1","String Value 2"} ## ## ## ## The values that are given as need to be ## ## specified for a silent installation to be successful. ## ## ## ## ## ################################################################### [General] RESPONSEFILE_VERSION=1.7.0 [SESSION] #----------------------------------------------------------------------------- # Name : UNIX_GROUP_NAME # Datatype : String # Description : Unix group which will have write permissions on the # installer inventory directory # Valid values : Any Unix group to which the current user belongs # Example value : "oinstall" # Default value : None # Mandatory : No #----------------------------------------------------------------------------- UNIX_GROUP_NAME="dba" #----------------------------------------------------------------------------- # Name : FROM_LOCATION # Datatype : String # Description : Complete path of the products.jar file from the staging area # where you untared your patch set. # Valid values : Full path ending in "products.jar" # Example value : "/patchset/oracle8171/stage/products.jar" # Default value : "../stage/products.jar" # Mandatory : Yes #----------------------------------------------------------------------------- FROM_LOCATION="/app/akadia/stage/products.jar" #----------------------------------------------------------------------------- # 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.jar" exists. The label can be found in the file "disk.label" in the same directory as products.jar. # Valid values : Any string # Example value : "oracle8i" # Mandatory : No #----------------------------------------------------------------------------- FROM_LOCATION_CD_LABEL="" #----------------------------------------------------------------------------- # Name : NEXT_SESSION_RESPONSE # Datatype : String # Description : Optionally specifies the full path of next session's # response file. If only a file name is specified, the # response file is retrieved from \oraInstall # directory. This variable is only active if # NEXT_SESSION is set to true. # Valid values : Full path to a valid response file or a response file name # Example value : "/tmp/install.rsp" # Default value : None # Mandatory : No #----------------------------------------------------------------------------- NEXT_SESSION_RESPONSE="" #----------------------------------------------------------------------------- # Name : ORACLE_HOME # Datatype : String # Description : Full path of existing Oracle Home directory to use for installing # the Oracle patch set, i.e. the target "Oracle Home" # Valid values : Directory path # Example value : "/u01/app/oracle/products/8.1.7" # Default value : none # Mandatory : Yes #----------------------------------------------------------------------------- ORACLE_HOME="/opt/oracle/product/8.1.7" #----------------------------------------------------------------------------- # Name : TOPLEVEL_COMPONENT # Datatype : StringList # Description : Top-level product and version to install The format is of the form {"", ""} # Note : DO NOT CHANGE THE DEFAULT VALUE. # To install different top-level products, use one of the # other response file templates # Mandatory : Yes #----------------------------------------------------------------------------- TOPLEVEL_COMPONENT={"oracle.server","8.1.7.1.0"} #----------------------------------------------------------------------------- # Name : SHOW_SPLASH_SCREEN # Datatype : Boolean # Description : Set to true to show the initial splash screen of the # installer # Valid values : true, false # Default value : false # Mandatory : No #----------------------------------------------------------------------------- SHOW_SPLASH_SCREEN=false #----------------------------------------------------------------------------- # Name : SHOW_WELCOME_PAGE # Datatype : Boolean # Description : Set to true to show the Welcome page of the installer # Valid values : true, false # Default value : false # Mandatory : No #----------------------------------------------------------------------------- SHOW_WELCOME_PAGE=false #----------------------------------------------------------------------------- # Name : SHOW_COMPONENT_LOCATIONS_PAGE # Datatype : Boolean # Description : Set to true to show the component locations page in # the installer. This page only appears if there are # products whose install directories can be changed. # If you set this to false you will prevent the user # from specifying alternate install directories. # Valid values : true, false # Default value : false # Mandatory : No #----------------------------------------------------------------------------- SHOW_COMPONENT_LOCATIONS_PAGE=false #----------------------------------------------------------------------------- # Name : SHOW_CUSTOM_TREE_PAGE # Datatype : Boolean # Description : Set to true to display the available products # selection tree during a Custom install # Valid values : true, false # Default value : false # Mandatory : No #----------------------------------------------------------------------------- SHOW_CUSTOM_TREE_PAGE=false #----------------------------------------------------------------------------- # Name : SHOW_SUMMARY_PAGE # Datatype : Boolean # Description : Set to true to display the Summary page in the # installer # Valid values : true, false # Default value : false # Mandatory : No #----------------------------------------------------------------------------- SHOW_SUMMARY_PAGE=false #----------------------------------------------------------------------------- # Name : SHOW_INSTALL_PROGRESS_PAGE # Datatype : Boolean # Description : Set to true to show the install progress screen. # This screen shows detailed status of the # installation, which file is being copied, which link # action is being performed, etc. It also shows # percentage complete. # Valid values : true, false # Default value : true # Mandatory : Yes #----------------------------------------------------------------------------- SHOW_INSTALL_PROGRESS_PAGE=true #----------------------------------------------------------------------------- # Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE # Datatype : Boolean # Description : Set to true to display the status screen for # required configuration tools. This screen shows the # status of each tool along with detailed information # in the event of tool failure. # Valid values : true, false # Default value : true # Mandatory : Yes #----------------------------------------------------------------------------- SHOW_REQUIRED_CONFIG_TOOL_PAGE=false #----------------------------------------------------------------------------- # Name : SHOW_OPTIONAL_CONFIG_TOOL_PAGE # Datatype : Boolean # Description : Set to true to display the optional configuration # tool page which allows you to launch optional # configuration tools and view details status, # including details on any failures. # Valid values : true, false # Default value : false # Mandatory : No #----------------------------------------------------------------------------- SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false #----------------------------------------------------------------------------- # Name : SHOW_RELEASE_NOTES # Datatype : Boolean # Description : Set to true to show the release notes screen from # which Release Notes can be viewed. NOTE, 8.1.7 does # not use any release notes so this will not be # relevant for an 8.1.7 install. # Valid values : true, false # Default value : false # Mandatory : No #----------------------------------------------------------------------------- SHOW_RELEASE_NOTES=false #----------------------------------------------------------------------------- # Name : SHOW_ROOTSH_CONFIRMATION # Datatype : Boolean # Description : Set to true to display the dialog which prompts the # user to run root.sh before a database is created. # If this is set to false, the root.sh script can be # run manually after installation, but the Database # Configuration Assistant may not have permissions to # update the oratab file if this is the first Oracle # installation on the machine. # Valid values : true, false # Default value : true # Mandatory : No #----------------------------------------------------------------------------- SHOW_ROOTSH_CONFIRMATION=false #----------------------------------------------------------------------------- # Name : SHOW_END_SESSION_PAGE # Datatype : Boolean # Description : Set to true to display end session dialog. This # page shows whether the installation is successful. # Valid values : true, false # Default value : false # Mandatory : No #----------------------------------------------------------------------------- SHOW_END_SESSION_PAGE=false #----------------------------------------------------------------------------- # Name : SHOW_EXIT_CONFIRMATION # Datatype : Boolean # Description : Set to true to display dialog for confirming exit. # If set to false, installer will exit without # prompting. # Valid values : true, false # Default value : false # Mandatory : No #----------------------------------------------------------------------------- SHOW_EXIT_CONFIRMATION=false #----------------------------------------------------------------------------- # Name : NEXT_SESSION # Datatype : Boolean # Description : Set to true to allow users to go back to the File # Locations page for another installation. If this is # set to true, NEXT_SESSION_RESPONSE should be used to # indicate location of the second reponse file. # Valid values : true, false # Default value : false # Mandatory : No #----------------------------------------------------------------------------- NEXT_SESSION=false #----------------------------------------------------------------------------- # Name : NEXT_SESSION_ON_FAIL # Datatype : Boolean # Description : Set to true to allow users to go back to the File # Locations page for another installation even if the # first installation failed. This flag is only # relevant if NEXT_SESSION is set to true. # Valid values : true, false # Default value : false # Mandatory : No #----------------------------------------------------------------------------- NEXT_SESSION_ON_FAIL=false #----------------------------------------------------------------------------- # End of GENERAL SESSION section #-----------------------------------------------------------------------------