################################################################ ## ## ## Oracle8i 8.1.7 Typical 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 : FROM_LOCATION # Datatype : String # Description : Complete path of the products.jar file from the staging area # containing products to install # Valid values : Full path ending in "products.jar" # Example value : "F:\stage\products.jar" # Default value : "..\stage\products.jar" # Mandatory : No #----------------------------------------------------------------------------- FROM_LOCATION= #----------------------------------------------------------------------------- # 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 : "C:\temp\install.rsp" # Default value : None # Mandatory : No #----------------------------------------------------------------------------- NEXT_SESSION_RESPONSE= #----------------------------------------------------------------------------- # Name : ORACLE_HOME # Datatype : String # Description : Full path of directory to use for installing Oracle # products - the "Oracle Home" # Valid values : Directory path (existent or non-existent) # Example value : "D:\oracle\ora81" # Default value : ":\oracle\ora81" OR "" # Mandatory : Yes #----------------------------------------------------------------------------- ORACLE_HOME= #----------------------------------------------------------------------------- # Name : ORACLE_HOME_NAME # Datatype : String # Description : Identification of an Oracle Home. Used in creating # folders, services, icons. # Valid values : Name that begins with a letter and has no spaces # Example value : "OraHome81" # Mandatory : Yes #----------------------------------------------------------------------------- ORACLE_HOME_NAME= #----------------------------------------------------------------------------- # 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.0.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=true #----------------------------------------------------------------------------- # 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.6 does # not use any release notes so this will not be # relevant for an 8.1.6 install. # Valid values : true, false # Default value : false # Mandatory : No #----------------------------------------------------------------------------- SHOW_RELEASE_NOTES=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 #----------------------------------------------------------------------------- # # Oracle8i Enterprise Edition # [oracle.server_8.1.7.0.0] #----------------------------------------------------------------------------- # Name : INSTALL_TYPE # Datatype : String # Description : Type of installation for the Oracle8i # Note : DO NOT CHANGE THE DEFAULT VALUE. # To install using a different install type, use one of the # other response file templates # Mandatory : Yes #----------------------------------------------------------------------------- INSTALL_TYPE="Typical" #----------------------------------------------------------------------------- # Name : sl_userNodelist # Datatype : StringList # Description : This variable should only be used if cluster hardware and # software is configured according to specifications for # Oracle Parallel Server in the Oracle8i Installation Guide. # Specify a list of nodes on which this installation should # be duplicated. # Valid values : Any list of machine names which are part of a cluster along # with the machine where the installer is being run. # Example value : {"CLUST1","CLUST2","CLUST3"} # Default value : {} # Mandatory : No #----------------------------------------------------------------------------- sl_userNodeList= # # Oracle HTTP Server # [oracle.apache_1.3.12.0.1a] #----------------------------------------------------------------------------- # Name : OPTIONAL_CONFIG_TOOLS # Datatype : StringList # Description : Specifying {"configtool2"} will launch start the Oracle HTTP # process after installation # Valid values : {"configtool2"} or {} # Example value : {"configtool2"} # Default value : {} # Mandatory : No #----------------------------------------------------------------------------- OPTIONAL_CONFIG_TOOLS={"configtool2"} # # Oracle Data Migration Assistant # [oracle.assistants.dbma_8.1.7.0.0] #----------------------------------------------------------------------------- # Name : OPTIONAL_CONFIG_TOOLS # Datatype : StringList # Description : Specifying "odma" will launch the Oracle Data Migration # Assistant configuration tool at the end of installation. # Valid values : {"odma"} or {} # Example value : {"odma"} # Default value : {} # Mandatory : No #----------------------------------------------------------------------------- OPTIONAL_CONFIG_TOOLS={} #----------------------------------------------------------------------------- # Name : sl_migrateSIDDialogReturn # Datatype : StringList # Description : This list contains two strings, the ORACLE_SID for an # existing database the user user wants to migrate along # with the ORACLE_HOME with which it is associated. To # indicate that no migration or upgrade should be performed # as part of the installation, set this variable to # {"",""} # Valid values : Any SID:ORACLE_HOME pair or {"",""}. # Example value : {"ORCL","C:\ORANT"} # Default value : {"",""} # Mandatory : Yes #----------------------------------------------------------------------------- sl_migrateSIDDialogReturn={"", ""} # # Oracle Database Configuration Assistant # [oracle.assistants.dbca_8.1.7.0.0] #----------------------------------------------------------------------------- # Name : OPTIONAL_CONFIG_TOOLS # Datatype : StringList # Description : Specifying "dbca" will launch the Database Configuration # Assistant configuration tool at the end of installation. # Valid values : {"dbca"} or {} # Example value : {"dbca"} # Default value : {"dbca"} # Mandatory : No #----------------------------------------------------------------------------- OPTIONAL_CONFIG_TOOLS={"dbca"} #----------------------------------------------------------------------------- # Name : s_seedLocation # Datatype : String # Description : Location of seed database files. By default the seed # database is copied to the ORACLE_HOME under # %ORACLE_HOME%\starterdb, but you can override the location # if you have placed the seed database elsewhere. # Valid values : A path containing the following jarred datafiles: # system01.dbf.jar, tools01.dbf.jar, users01.dbf.jar, # drsys01.dbf.jar, indx01.dbf.jar, rbs01.dbf.jar, # temp01.dbf.jar # Example value : "E:\starterdb" # Default value : %ORACLE_HOME%\starterdb # Mandatory : Yes #----------------------------------------------------------------------------- s_seedLocation= #----------------------------------------------------------------------------- # Name : s_responseFileName # Datatype : String # Description : This string contains the value of the -responseFile # argument for launching the Database Configuration # Assistant in silent mode. Use the "dbca.rsp" response # file template from the CD to customize silent database # creation. Set the value of this variable to your # customized DBCA response file location. # Valid values : The full path to a customized DBCA response file based on # the dbca.rsp template. # Example value : "E:\response\dbca.rsp" # Default value : None # Mandatory : Yes, for installs with the "-silent" flag #----------------------------------------------------------------------------- s_responseFileName= #----------------------------------------------------------------------------- # Name : s_globalDBName # Datatype : String # Description : A unique identified for an Oracle8i database of the form, # "name.domain". # Valid values : A string with a name portion and optionally a domain portion # Example value : emp.acme.com # Default value : None # Mandatory : Yes #----------------------------------------------------------------------------- s_globalDBName= #----------------------------------------------------------------------------- # Name : s_dbSid # Datatype : String # Description : Value for ORACLE_SID. Change if you want to override # the value set in the environment. # Valid values : A unique identifier for an Oracle8i database instance # Example value : "ORCL" # Default value : None # Mandatory : Yes #----------------------------------------------------------------------------- s_dbSid= # # Net8 Configuration Assistant # [oracle.networking.netca_8.1.7.0.0] #----------------------------------------------------------------------------- # Name : OPTIONAL_CONFIG_TOOLS # Datatype : StringList # Description : Specifying "netca" will launch the Net8 Configuration # Assistant configuration tool. # Valid values : {"netca"} or {} # Example value : {"netca"} # Default value : {"netca"} # Mandatory : No #----------------------------------------------------------------------------- OPTIONAL_CONFIG_TOOLS={"netca"} #----------------------------------------------------------------------------- # Name : s_responseFileName # Datatype : String # Description : This string contains the value of the -responseFile # argument for launching the Net8 Configuration # Assistant in silent mode. Use the "netca.rsp" response # file template from the CD to customize silent database # creation. Set the value of this variable to your # customized NetCA response file location. # Valid values : The full path to a customized NetCA response file based on # the netca.rsp template. # Example value : "E:\response\netca.rsp" # Default value : None # Mandatory : Yes, for installs with the "-silent" flag #----------------------------------------------------------------------------- s_responseFileName=