#################################################################### ## Copyright(c) Oracle Corporation 1998, 2002, 2003. ## ## 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 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 : FROM_LOCATION #Datatype : String #Description: Complete path to the products.jar. #Example: FROM_LOCATION = "../stage/products.jar" #------------------------------------------------------------------------------- FROM_LOCATION="../stage/products.xml" #------------------------------------------------------------------------------- #Name : ORACLE_HOME #Datatype : String #Description: Complete path of the Oracle Home. #Example: ORACLE_HOME = "C:\OHOME1" #------------------------------------------------------------------------------- ORACLE_HOME= #------------------------------------------------------------------------------- #Name : ORACLE_HOME_NAME #Datatype : String #Description: Oracle Home Name. Used in creating folders and services. #Example: ORACLE_HOME_NAME = "OHOME1" #------------------------------------------------------------------------------- ORACLE_HOME_NAME= #------------------------------------------------------------------------------- #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.server, 10.1.0.2.0 : Oracle10g Database 10.1.0.2.0 Beta # oracle.client, 10.1.0.2.0 : Oracle10g Client 10.1.0.2.0 Beta #Example: TOPLEVEL_COMPONENT = {"oracle.server","10.1.0.2.0"} #------------------------------------------------------------------------------- TOPLEVEL_COMPONENT={"oracle.server","10.1.0.2.0"} #------------------------------------------------------------------------------- #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.server, 10.1.0.2.0 : Oracle10g Database 10.1.0.2.0 Beta # oracle.client, 10.1.0.2.0 : Oracle10g Client 10.1.0.2.0 Beta #Example: DEINSTALL_LIST = {"oracle.server","10.1.0.2.0"} #------------------------------------------------------------------------------- DEINSTALL_LIST={"oracle.server","10.1.0.2.0"} #------------------------------------------------------------------------------- #Name : SHOW_SPLASH_SCREEN #Datatype : Boolean #Description: Set to true if the initial splash screen in OUI needs to be shown. #Example: SHOW_SPLASH_SCREEN = true #------------------------------------------------------------------------------- SHOW_SPLASH_SCREEN=TRUE #------------------------------------------------------------------------------- #Name : SHOW_WELCOME_PAGE #Datatype : Boolean #Description: Set to true if the Welcome page in OUI needs to be shown. #Example: SHOW_WELCOME_PAGE = false #------------------------------------------------------------------------------- # changer a true par denisys SHOW_WELCOME_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_COMPONENT_LOCATIONS_PAGE #Datatype : Boolean #Description: Set to true if the component locations page in OUI needs to be shown. #This page only appears if there are products whose installed directory can be changed. #If you set this to false you will prevent the user from being able to specify alternate directories. #Example: SHOW_COMPONENT_LOCATIONS_PAGE = false #------------------------------------------------------------------------------- # changer a true par denisys SHOW_COMPONENT_LOCATIONS_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_CUSTOM_TREE_PAGE #Datatype : Boolean #Description: Set to true if the custom tree page in OUI needs to be shown. #Use this page to select or de-select dependencies. This page appears only in a custom install type. #Example: SHOW_CUSTOM_TREE_PAGE = false #------------------------------------------------------------------------------- # changer a true par denisys SHOW_CUSTOM_TREE_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_SUMMARY_PAGE #Datatype : Boolean #Description: Set to true if the summary page in OUI needs to be shown. #The summary page shows the list of components that will be installed in this session. #Example: SHOW_SUMMARY_PAGE = true #------------------------------------------------------------------------------- SHOW_SUMMARY_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_INSTALL_PROGRESS_PAGE #Datatype : Boolean #Description: Set to true if the install progress page in OUI needs to be shown. #This page shows the current status in the installation. The current status includes the product being installed and the file being copied. #Example: SHOW_INSTALL_PROGRESS_PAGE = true #------------------------------------------------------------------------------- SHOW_INSTALL_PROGRESS_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE #Datatype : Boolean #Description: Set to true if the required config assistants page in OUI needs to be shown. #This page shows the list of required configuration assistants that are part of this installation. #It shows the status of each assistant, including any failures with detailed information on why it failed. #Example: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true #------------------------------------------------------------------------------- SHOW_REQUIRED_CONFIG_TOOL_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_CONFIG_TOOL_PAGE #Datatype : Boolean #Description: Set to true if the config assistants page in OUI needs to be shown. #This page shows the list of configuration assistants that are part of this installation and are configured to launch automatically. #It shows the status of each assistant, including any failures with detailed information on why it failed. #Example: SHOW_CONFIG_TOOL_PAGE = true #------------------------------------------------------------------------------- SHOW_CONFIG_TOOL_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_RELEASE_NOTES #Datatype : Boolean #Description: Set to true if the release notes of this installation need to be shown at the end of installation. #This dialog is launchable from the End of Installation page and shows the list of release notes available for the products just installed. # This also requires the variable SHOW_END_SESSION_PAGE variable to be set to true. #Example: SHOW_RELEASE_NOTES = true #------------------------------------------------------------------------------- SHOW_RELEASE_NOTES=true #------------------------------------------------------------------------------- #Name : SHOW_ROOTSH_CONFIRMATION #Datatype : Boolean #Description: Set to true if the Confirmation dialog asking to run the root.sh script in OUI needs to be shown. #Valid only for Unix platforms. #Example: SHOW_ROOTSH_CONFIRMATION = true #------------------------------------------------------------------------------- SHOW_ROOTSH_CONFIRMATION=true #------------------------------------------------------------------------------- #Name : SHOW_END_SESSION_PAGE #Datatype : Boolean #Description: Set to true if the end of session page in OUI needs to be shown. #This page shows if the installation is successful or not. #Example: SHOW_END_SESSION_PAGE = true #------------------------------------------------------------------------------- SHOW_END_SESSION_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_EXIT_CONFIRMATION #Datatype : Boolean #Description: Set to true if the confirmation when exiting OUI needs to be shown. #Example: SHOW_EXIT_CONFIRMATION = true #------------------------------------------------------------------------------- SHOW_EXIT_CONFIRMATION=true #------------------------------------------------------------------------------- #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 = false #------------------------------------------------------------------------------- # changer a true par denisys 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 #------------------------------------------------------------------------------- # changer a true par denisys NEXT_SESSION_ON_FAIL=true #------------------------------------------------------------------------------- #Name : SHOW_DEINSTALL_CONFIRMATION #Datatype : Boolean #Description: Set to true if deinstall confimation is needed during a deinstall session. #Example: SHOW_DEINSTALL_CONFIRMATION = true #------------------------------------------------------------------------------- SHOW_DEINSTALL_CONFIRMATION=true #------------------------------------------------------------------------------- #Name : SHOW_DEINSTALL_PROGRESS #Datatype : Boolean #Description: Set to true if deinstall progress is needed during a deinstall session. #Example: SHOW_DEINSTALL_PROGRESS = true #------------------------------------------------------------------------------- SHOW_DEINSTALL_PROGRESS=true #------------------------------------------------------------------------------- #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 : 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.server #------------------------------------------------------------------------------- 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. # EE, : Enterprise Edition # SE, : Standard Edition # Custom, : Custom #Example: INSTALL_TYPE = "EE" #Component : oracle.server #------------------------------------------------------------------------------- INSTALL_TYPE="SE" # # To suppress dialog in RDBMS, we need these two, instead of the s_nameFor... # s_nameForDBAGrp= s_nameForOPERGrp= ############################################################################### # # First Dialog: Select Database Configuration Page # # Variables: # - SHOW_DATABASE_CONFIGURATION_PAGE - boolean # F: - b_createStarterDB - boolean # - n_dbType - number # ############################################################################### #------------------------------------------------------------------------------- # Name : SHOW_DATABASE_CONFIGURATION_PAGE # Datatype : boolean # Description: This variable controls appearance/suppression of the dialog, # and controls whether other sub-variables in this category will # be picked up from the response file. These variables are: # - b_createStarterDB # - n_dbType # Pre-req : N/A # Note: # This must be set to false in order for other sub-variables to be pulled in. #------------------------------------------------------------------------------- SHOW_DATABASE_CONFIGURATION_PAGE=false #------------------------------------------------------------------------------- # Name : b_createStarterDB # Datatype : boolean # Description: This variable controls whether to create starter database or not # Pre-req : SHOW_DATABASE_CONFIGURATION_PAGE false #------------------------------------------------------------------------------- b_createStarterDB= #------------------------------------------------------------------------------- # Name : n_dbType # Datatype : number # Description: This variable determines the starter database type to create. # - 1 = General Purpose # - 2 = Transaction Processing # - 3 = Data Warehouse # - 4 = Advanced # Pre-req : SHOW_DATABASE_CONFIGURATION_PAGE false # b_createStarterDB true #------------------------------------------------------------------------------- n_dbType=1 ############################################################################## # # Second Dialog: Specify Database Configuration Options # # Variables: # - SHOW_DATABASE_OPTIONS_PAGE - boolean # F: - b_loadExampleSchemas - boolean # - s_dbCharacterSet - string # - s_globalDBName - string # - s_dbSid - string # ############################################################################## #------------------------------------------------------------------------------- # Name : SHOW_DATABASE_OPTIONS_PAGE # Datatype : boolean # Description: This variable controls appearance/suppression of this dialog, # and controls whether other sub-variables in this category will # be picked up from the response file. These variables are: # - b_loadExampleSchemas # - s_dbCharacterSet # - s_globalDBName # - s_dbSid # Pre-req : N/A # Note: # This must be set to false in order for other sub-variables to be pulled in. #------------------------------------------------------------------------------- SHOW_DATABASE_OPTIONS_PAGE=false #------------------------------------------------------------------------------- # Name : b_loadExampleSchemas # Datatype : boolean # Description: This variable controls whether to load Example Schemas onto the # starter database or not. # Pre-req : SHOW_DATABASE_OPTIONS_PAGE false #------------------------------------------------------------------------------- b_loadExampleSchemas=true #------------------------------------------------------------------------------- # Name : s_dbCharacterSet # Datatype : string # Description: This variable controls the starter database character set. # Pre-req : SHOW_DATABASE_OPTIONS_PAGE false #------------------------------------------------------------------------------- s_dbCharacterSet="WE8ISO8859P1" #------------------------------------------------------------------------------- # Name : s_globalDBName # Datatype : string # Description: This variable controls the starter database global DB Name. # Pre-req : SHOW_DATABASE_OPTIONS_PAGE false #------------------------------------------------------------------------------- s_globalDBName= #------------------------------------------------------------------------------- # Name : s_dbSid # Datatype : string # Description: This variable controls the starter database SID. # Pre-req : SHOW_DATABASE_OPTIONS_PAGE false #------------------------------------------------------------------------------- s_dbSid= ############################################################################## # # Third Dialog: Select Database Management Option # # Variables: # - SHOW_DATABASE_OPTIONS_PAGE - boolean # F: - b_useDBControl - boolean # T: - b_receiveEmailNotification - boolean # - s_dlgEMSMTPServer - string # - s_dlgEMEmailAddress - string # F: - s_dlgEMCentralAgentSelected - string # ############################################################################## #------------------------------------------------------------------------------- # Name : SHOW_DATABASE_MANAGEMENT_PAGE # Datatype : boolean # Description: This variable controls appearance/suppression of this dialog, # and controls whether other sub-variables in this category will # be picked up from the response file. These variables are: # - b_useDBControl # - b_receiveEmailNotification # - s_dlgEMSMTPServer # - s_dlgEMEmailAddress # - s_dlgEMCentralAgentSelected # Pre-req : N/A # Note: # This must be set to false in order for other sub-variables to be pulled in. #------------------------------------------------------------------------------- SHOW_DATABASE_MANAGEMENT_PAGE=false #------------------------------------------------------------------------------- # Name : b_useDBControl # Datatype : boolean # Description: This variable controls whether to use DB control or grid control # to control the database. # This variable also controls the following variables depending on # its value: # true: - b_receiveEmailNotification # - s_dlgEMSMTPServer # - s_dlgEMEmailAddress # false:- s_dlgEMCentralAgentSelected # Pre-req : SHOW_DATABASE_MANAGEMENT_PAGE false #------------------------------------------------------------------------------- b_useDBControl=true #------------------------------------------------------------------------------- # Name : b_receiveEmailNotification # Datatype : boolean # Description: This variable controls whether to receive email notification # when using DB control. # If set to true, this variable also requires the following # variables to be set: # - s_dlgEMSMTPServer # - s_dlgEMEmailAddress # Pre-req : SHOW_DATABASE_OPTIONS_PAGE false # b_useDBControl true #------------------------------------------------------------------------------- b_receiveEmailNotification=false #------------------------------------------------------------------------------- # Name : s_dlgEMSMTPServer # Datatype : string # Description: This variable holds the SMTP server for outgoing email. # Pre-req : SHOW_DATABASE_OPTIONS_PAGE false # b_useDBControl true # b_receiveEmailNotification true #------------------------------------------------------------------------------- s_dlgEMSMTPServer="_NOT_AVAILABLE_" #------------------------------------------------------------------------------- # Name : s_dlgEMEmailAddress # Datatype : string # Description: This variable holds the email address the notification should be # sent to. # Pre-req : SHOW_DATABASE_OPTIONS_PAGE false # b_useDBControl true # b_receiveEmailNotification true #------------------------------------------------------------------------------- s_dlgEMEmailAddress="_NOT_AVAILABLE_" #------------------------------------------------------------------------------- # Name : s_dlgEMCentralAgentSelected # Datatype : string # Description: This variable holds grid control URL for DB management. # Pre-req : SHOW_DATABASE_OPTIONS_PAGE false # b_useDBControl false #------------------------------------------------------------------------------- s_dlgEMCentralAgentSelected="N/A" ############################################################################## # Fourth Dialog: Specify Database File Storage Option ############################################################################## SHOW_DATABASE_FILE_STORAGE_OPTION_PAGE=false n_dbStorageType=1 #------------------------------------------------------------------------------- #Name : s_DataorASMret #Datatype : String #Description: The user should not set this variable. #Component : oracle.assistants.dbca #------------------------------------------------------------------------------- #s_DataorASMret="File System" #------------------------------------------------------------------------------- #Name : s_mountPoint #Datatype : String #Description: Database file location: directory for datafiles, control files, redo logs. #Component : oracle.assistants.dbca #------------------------------------------------------------------------------- s_mountPoint= s_rawDeviceMapFileLocation="N/A" ############################################################################## # Fifth Dialog: Specify Backup and Recovery Options ############################################################################## SHOW_BACKUP_RECOVERY_OPTION_PAGE=false b_enableAutoBackup=false #s_dlgRBOEnableAutoBackups="Do not enable Automated backups" b_useFileSystemForRecovery=true #s_dlgRBORecoveryOptionSelected="N/A" s_dlgRBORecoveryLocation="N/A" s_dlgRBOUsername="N/A" s_dlgRBOPassword="N/A" ############################################################################## # Sixth Dialog: Specify Database Schema Passwords ############################################################################## SHOW_SCHEMA_PASSWORDS_PAGE=false b_useSamePassword=true s_superAdminPasswdType=S s_superAdminSamePasswd= s_superAdminSamePasswdAgain= sl_superAdminPasswds={} sl_superAdminPasswdsAgain={}