#################################################################### ## Copyright (c) 1999, 2018 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 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 组。仅在 Unix 平台上有效。 #示例: UNIX_GROUP_NAME = "install" #------------------------------------------------------------------------------- UNIX_GROUP_NAME=<值未指定> #------------------------------------------------------------------------------- #Name : FROM_LOCATION #Datatype : String #Description: products.xml 的完整路径。 #示例: FROM_LOCATION = "..\stage\products.xml" #------------------------------------------------------------------------------- FROM_LOCATION="D:\rfid\database\database\install\../stage/products.xml" #------------------------------------------------------------------------------- #Name : FROM_LOCATION_CD_LABEL #Datatype : String #Description: 此变量仅用于多张 CD 安装的情况。它包含 "products.xml" 文件所在 CD 的标签。可以在 "disk.label" 文件 (与 products.xml 位于同一目录) 中找到该标签。 #示例: FROM_LOCATION_CD_LABEL = "CD Label" #------------------------------------------------------------------------------- FROM_LOCATION_CD_LABEL=<值未指定> #------------------------------------------------------------------------------- #Name : ORACLE_HOME #Datatype : String #Description: Oracle 主目录的完整路径。 #示例: ORACLE_HOME = "C:\OHOME1" #------------------------------------------------------------------------------- ORACLE_HOME="D:\app\Administrator\product\11.2.0\dbhome_1" #------------------------------------------------------------------------------- #Name : ORACLE_BASE #Datatype : String #Description: Oracle 基目录的完整路径。 #示例: ORACLE_BASE = "C:\app" #------------------------------------------------------------------------------- ORACLE_BASE="D:\app\Administrator" #------------------------------------------------------------------------------- #Name : ORACLE_HOME_NAME #Datatype : String #Description: Oracle 主目录名称。在创建文件夹或服务时使用。 #示例: ORACLE_HOME_NAME = "OHOME1" #------------------------------------------------------------------------------- ORACLE_HOME_NAME="OraDb11g_home1" #------------------------------------------------------------------------------- #Name : SHOW_WELCOME_PAGE #Datatype : Boolean #Description: 如果需要显示 OUI 的“欢迎使用”页, 请设置为“真”。 #示例: SHOW_WELCOME_PAGE = false #------------------------------------------------------------------------------- SHOW_WELCOME_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_CUSTOM_TREE_PAGE #Datatype : Boolean #Description: 如果希望在 OUI 中显示“定制树”页, 请设置为“真”。 #可以使用此页选择或取消选择相关组件。仅当进行定制安装时才显示该页。 #示例: SHOW_CUSTOM_TREE_PAGE = false #------------------------------------------------------------------------------- SHOW_CUSTOM_TREE_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_COMPONENT_LOCATIONS_PAGE #Datatype : Boolean #Description: 如果希望在 OUI 中显示“组件安装位置”页, 请设置为“真”。 #仅当存在可以改变其安装目录的产品时才显示该页。 #如果设置为“假”, 用户将无法指定其他安装目录。 #示例: SHOW_COMPONENT_LOCATIONS_PAGE = false #------------------------------------------------------------------------------- SHOW_COMPONENT_LOCATIONS_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_SUMMARY_PAGE #Datatype : Boolean #Description: 如果希望在 OUI 中显示“概要”页, 请设置为“真”。 #“概要”页将显示在此会话中安装的组件列表。 #示例: SHOW_SUMMARY_PAGE = true #------------------------------------------------------------------------------- SHOW_SUMMARY_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_INSTALL_PROGRESS_PAGE #Datatype : Boolean #Description: 如果希望在 OUI 中显示“安装进度”页, 请设置为“真”。 #此页将显示安装进程的当前状态。当前状态包括正在安装的产品以及正在复制的文件等信息。 #示例: SHOW_INSTALL_PROGRESS_PAGE = true #------------------------------------------------------------------------------- SHOW_INSTALL_PROGRESS_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE #Datatype : Boolean #Description: 如果希望在 OUI 中显示“要求的 Configuration Assistant”页, 请设置为“真”。 #此页将显示完成本安装所必需的 Configuration Assistant 列表。 #在此将显示每个 Assistant 的状态, 包括所有失败信息以及详细的失败原因。 #示例: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true #------------------------------------------------------------------------------- SHOW_REQUIRED_CONFIG_TOOL_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_CONFIG_TOOL_PAGE #Datatype : Boolean #Description: 如果希望在 OUI 中显示“Configuration Assistant”页, 请设置为“真”。 #此页将显示完成本安装所需的以及配置为自动启动的 Configuration Assistant 列表。 #在此将显示每个 Assistant 的状态, 包括所有失败信息以及详细的失败原因。 #示例: SHOW_CONFIG_TOOL_PAGE = true #------------------------------------------------------------------------------- SHOW_CONFIG_TOOL_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_RELEASE_NOTES #Datatype : Boolean #Description: 如果安装过程结束时需要显示此安装程序的发行说明, 请设置为“真”。 #此对话框在“安装结束”页启动, 并显示刚安装好的产品的可用的发行说明列表。 #还需要将变量 SHOW_END_SESSION_PAGE 设置为“真”。 #示例: SHOW_RELEASE_NOTES = true #------------------------------------------------------------------------------- SHOW_RELEASE_NOTES=true #------------------------------------------------------------------------------- #Name : SHOW_ROOTSH_CONFIRMATION #Datatype : Boolean #Description: 如果需要显示提示在 OUI 中运行 root.sh 脚本的“确认”对话框, 请设置为“真”。 #仅在 Unix 平台上有效。 #示例: SHOW_ROOTSH_CONFIRMATION = true #------------------------------------------------------------------------------- SHOW_ROOTSH_CONFIRMATION=true #------------------------------------------------------------------------------- #Name : SHOW_END_SESSION_PAGE #Datatype : Boolean #Description: 如果希望在 OUI 中显示“会话结束”页, 请设置为“真”。 #此页将显示安装成功与否的信息。 #示例: SHOW_END_SESSION_PAGE = true #------------------------------------------------------------------------------- SHOW_END_SESSION_PAGE=true #------------------------------------------------------------------------------- #Name : SHOW_EXIT_CONFIRMATION #Datatype : Boolean #Description: 如果在退出 OUI 时需显示确认, 请设置为“真”。 #示例: SHOW_EXIT_CONFIRMATION = true #------------------------------------------------------------------------------- SHOW_EXIT_CONFIRMATION=true #------------------------------------------------------------------------------- #Name : NEXT_SESSION #Datatype : Boolean #Description: 设置为“真”, 可使用户退回到另一个安装的“文件位置”页。为处理另一个响应文件, 此标记也需设置为“真”(请参阅 NEXT_SESSION_RESPONSE)。 #示例: NEXT_SESSION = true #------------------------------------------------------------------------------- NEXT_SESSION=false #------------------------------------------------------------------------------- #Name : NEXT_SESSION_ON_FAIL #Datatype : Boolean #Description: 设置为“真”, 可使用户在即使当前安装会话失败时也可调用另一个会话。仅当 NEXT_SESSION 设置为“真”, 此标记可相关。 #示例: NEXT_SESSION_ON_FAIL = true #------------------------------------------------------------------------------- NEXT_SESSION_ON_FAIL=true #------------------------------------------------------------------------------- #Name : NEXT_SESSION_RESPONSE #Datatype : String #Description: 设置为“真”, 可使用户退回到另一个安装的“文件位置”页。为处理另一个响应文件, 此标记也需设置为“真”(请参阅 NEXT_SESSION_RESPONSE)。 #示例: NEXT_SESSION_RESPONSE = "nextinstall.rsp" #------------------------------------------------------------------------------- NEXT_SESSION_RESPONSE=<值未指定> #------------------------------------------------------------------------------- #Name : DEINSTALL_LIST #Datatype : StringList #Description: 在卸载会话期间卸载的组件列表。 #示例: DEINSTALL_LIST = {"oracle.server","11.2.0.1.0"} #------------------------------------------------------------------------------- DEINSTALL_LIST={"oracle.server","11.2.0.1.0"} #------------------------------------------------------------------------------- #Name : SHOW_DEINSTALL_CONFIRMATION #Datatype : Boolean #Description: 如果希望在卸载会话期间显示卸载确认, 则设置为“真”。 #示例: SHOW_DEINSTALL_CONFIRMATION = true #------------------------------------------------------------------------------- SHOW_DEINSTALL_CONFIRMATION=true #------------------------------------------------------------------------------- #Name : SHOW_DEINSTALL_PROGRESS #Datatype : Boolean #Description: 如果希望在卸载会话期间显示卸载进度, 则设置为“真”。 #示例: SHOW_DEINSTALL_PROGRESS = true #------------------------------------------------------------------------------- SHOW_DEINSTALL_PROGRESS=true #------------------------------------------------------------------------------- #Name : CLUSTER_NODES #Datatype : StringList #Description: 此变量表示用户为安装选择的集群节点名。 #示例: CLUSTER_NODES = {"node1","node2"} #------------------------------------------------------------------------------- CLUSTER_NODES={} #------------------------------------------------------------------------------- #Name : ACCEPT_LICENSE_AGREEMENT #Datatype : Boolean #Description: 将此变量设置为“真”, 表示您接受许可证协议。此变量仅用于无提示安装。 #示例: ACCEPT_LICENSE_AGREEMENT = true #------------------------------------------------------------------------------- ACCEPT_LICENSE_AGREEMENT=false #------------------------------------------------------------------------------- #Name : METALINK_LOCATION #Datatype : String #Description: 此变量表示 Oracle Metalink 位置。 #------------------------------------------------------------------------------- METALINK_LOCATION=<值未指定> #------------------------------------------------------------------------------- #Name : METALINK_USERNAME #Datatype : String #Description: 此变量表示 Oracle Metalink 用户名。 #------------------------------------------------------------------------------- METALINK_USERNAME="" #------------------------------------------------------------------------------- #Name : METALINK_PASSWORD #Datatype : String #Description: 此变量表示相应的 Oracle Metalink 口令。 #------------------------------------------------------------------------------- METALINK_PASSWORD=<值未指定> #------------------------------------------------------------------------------- #Name : PROXY_HOST #Datatype : String #Description: 用于连接到 Oracle Metalink 的代理主机。 #示例: PROXY_HOST = #------------------------------------------------------------------------------- PROXY_HOST="" #------------------------------------------------------------------------------- #Name : PROXY_PORT #Datatype : String #Description: 用于连接到 Oracle Metalink 的代理端口。 #示例: PROXY_PORT = #------------------------------------------------------------------------------- PROXY_PORT="" #------------------------------------------------------------------------------- #Name : PROXY_REALM #Datatype : String #Description: 用于连接到 Oracle Metalink 的代理的领域。 #示例: PROXY_REALM = #------------------------------------------------------------------------------- PROXY_REALM=<值未指定> #------------------------------------------------------------------------------- #Name : PROXY_USER #Datatype : String #Description: 用于连接到 Oracle Metalink 的代理的用户名。 #示例: PROXY_USER = #------------------------------------------------------------------------------- PROXY_USER="" #------------------------------------------------------------------------------- #Name : PROXY_PWD #Datatype : String #Description: 用于连接到 Oracle Metalink 的代理的口令。 #示例: PROXY_PWD = #------------------------------------------------------------------------------- PROXY_PWD=<值未指定> #------------------------------------------------------------------------------- #Name : DONT_PROXY_FOR #Datatype : String #Description: 列表的 dont 代理。 #示例: DONT_PROXY_FOR = #------------------------------------------------------------------------------- DONT_PROXY_FOR=<值未指定> #------------------------------------------------------------------------------- #Name : TOPLEVEL_COMPONENT #Datatype : StringList #Description: 将要在当前会话中安装的顶级组件。 #示例: TOPLEVEL_COMPONENT = {"oracle.server","11.2.0.1.0"} #------------------------------------------------------------------------------- TOPLEVEL_COMPONENT={"oracle.server","11.2.0.1.0"} #------------------------------------------------------------------------------- #Name : SHOW_SPLASH_SCREEN #Datatype : Boolean #Description: 如果需要显示 OUI 的初始启动屏幕, 请设置为“真”。 #示例: SHOW_SPLASH_SCREEN = true #------------------------------------------------------------------------------- SHOW_SPLASH_SCREEN=true #------------------------------------------------------------------------------- #Name : oracle_install_db_SID #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_db_SID="orcl" #------------------------------------------------------------------------------- #Name : oracle_install_RACInstall #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_RACInstall=false #------------------------------------------------------------------------------- #Name : oracle_install_OSDBA #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_OSDBA="" #------------------------------------------------------------------------------- #Name : oracle_install_OSOPER #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_OSOPER="" #------------------------------------------------------------------------------- #Name : oracle_install_OSASM #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_OSASM="" #------------------------------------------------------------------------------- #Name : oracle_install_client_ic_FlattenOracleHome #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_client_ic_FlattenOracleHome=true #------------------------------------------------------------------------------- #Name : oracle_install_architecture #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_architecture="64" #------------------------------------------------------------------------------- #Name : oracle_install_comp_clrintg_ode_net_Selected #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_comp_clrintg_ode_net_Selected=true #------------------------------------------------------------------------------- #Name : oracle_install_comp_clrintg_ode_net_2_Selected #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_comp_clrintg_ode_net_2_Selected=true #------------------------------------------------------------------------------- #Name : oracle_install_comp_rdbms_dv_Selected #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_comp_rdbms_dv_Selected=false #------------------------------------------------------------------------------- #Name : oracle_install_comp_rdbms_partitioning_Selected #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_comp_rdbms_partitioning_Selected=true #------------------------------------------------------------------------------- #Name : oracle_install_comp_rdbms_dm_Selected #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_comp_rdbms_dm_Selected=true #------------------------------------------------------------------------------- #Name : oracle_install_comp_rdbms_lbac_Selected #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_comp_rdbms_lbac_Selected=false #------------------------------------------------------------------------------- #Name : oracle_install_comp_rdbms_rat_Selected #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_comp_rdbms_rat_Selected=true #------------------------------------------------------------------------------- #Name : oracle_install_comp_oraolap_Selected #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_comp_oraolap_Selected=true #------------------------------------------------------------------------------- #Name : oracle_install_db_LaunchDBCA #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_db_LaunchDBCA=true #------------------------------------------------------------------------------- #Name : oracle_install_db_LaunchODMA #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_db_LaunchODMA=false #------------------------------------------------------------------------------- #Name : b_launchLocalConfig #Datatype : Boolean #Description: #------------------------------------------------------------------------------- b_launchLocalConfig=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_db_dbcaCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_db_dbcaCmd="bin/dbca.bat" #------------------------------------------------------------------------------- #Name : oracle_install_db_dbuaCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_db_dbuaCmd="bin/dbua.bat" #------------------------------------------------------------------------------- #Name : oracle_install_LaunchNetCA #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_LaunchNetCA=true #------------------------------------------------------------------------------- #Name : oracle_install_netcaCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_netcaCmd="bin/netca.bat" #------------------------------------------------------------------------------- #Name : oracle_install_netcaDeinstCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_netcaDeinstCmd="bin/netca_deinst.bat" #------------------------------------------------------------------------------- #Name : oracle_install_crs_emcaCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_emcaCmd="bin/emca.bat" #------------------------------------------------------------------------------- #Name : oracle_install_crs_upgrade_LaunchEMCA #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_crs_upgrade_LaunchEMCA=false #------------------------------------------------------------------------------- #Name : oracle_install_db_isHAOrCRSConfigured #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_db_isHAOrCRSConfigured=false #------------------------------------------------------------------------------- #Name : oracle_install_crs_LaunchASMCA #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_crs_LaunchASMCA=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_LaunchOifcfg #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_crs_LaunchOifcfg=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_LaunchCluvfy #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_crs_LaunchCluvfy=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_LaunchRootBat #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_crs_LaunchRootBat=false #------------------------------------------------------------------------------- #Name : oracle_install_crs_LaunchUpdateNodeList #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_crs_LaunchUpdateNodeList=false #------------------------------------------------------------------------------- #Name : oracle_install_crs_crsInstCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_crsInstCmd="bin/crssetup.config.bat" #------------------------------------------------------------------------------- #Name : oracle_install_crs_oifcfgCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_oifcfgCmd="bin/oifcfg.exe" #------------------------------------------------------------------------------- #Name : oracle_install_crs_crsDeinstCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_crsDeinstCmd="bin/crssetup.exe" #------------------------------------------------------------------------------- #Name : oracle_install_crs_crsUpgrdCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_crsUpgrdCmd="bin/crssetup.upgrade.bat" #------------------------------------------------------------------------------- #Name : oracle_install_crs_cluvfyCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_cluvfyCmd="bin/cluvfy.bat" #------------------------------------------------------------------------------- #Name : oracle_install_crs_asmcaCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_asmcaCmd="asmca.bat" #------------------------------------------------------------------------------- #Name : oracle_install_crs_rootBatCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_rootBatCmd="install/utl/root.bat" #------------------------------------------------------------------------------- #Name : oracle_install_crs_configuredCRSHome #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_configuredCRSHome=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_installingHomeShared #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_crs_installingHomeShared=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_updnodelistCfsArgInstallingHome #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_updnodelistCfsArgInstallingHome=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_updnodelistCfsArgConfiguredHome #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_updnodelistCfsArgConfiguredHome=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_NoMigration #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_NoMigration=true #------------------------------------------------------------------------------- #Name : oracle_install_RDBMSInstalling #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_RDBMSInstalling=true #------------------------------------------------------------------------------- #Name : oracle_install_db_SetOracleBase #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_db_SetOracleBase=false #------------------------------------------------------------------------------- #Name : oracle_install_db_UseDBControl #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_db_UseDBControl=true #------------------------------------------------------------------------------- #Name : n_configurationOption #Datatype : Number #Description: #------------------------------------------------------------------------------- n_configurationOption=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_InstallOption #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_InstallOption=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_db_InstallEdition #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_db_InstallEdition="EE" #------------------------------------------------------------------------------- #Name : oracle_install_db_ConfigurationType #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_db_ConfigurationType="&General Purpose / Transaction Processing" #------------------------------------------------------------------------------- #Name : s_dlgASMCfgDiskGroupName #Datatype : String #Description: #------------------------------------------------------------------------------- s_dlgASMCfgDiskGroupName=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_db_EMEmailAddress #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_db_EMEmailAddress=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_db_EMSMTPServer #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_db_EMSMTPServer=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_OCRPartitionLocation #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_OCRPartitionLocation=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_db_InstallType #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_db_InstallType="EE" #------------------------------------------------------------------------------- #Name : sl_upgradableRACDBInstances #Datatype : StringList #Description: #------------------------------------------------------------------------------- sl_upgradableRACDBInstances={} #------------------------------------------------------------------------------- #Name : oracle.install.crs.storageOption #Datatype : Number #Description: #------------------------------------------------------------------------------- oracle.install.crs.storageOption=0 #------------------------------------------------------------------------------- #Name : oracle.install.asm.OSASM #Datatype : String #Description: #------------------------------------------------------------------------------- oracle.install.asm.OSASM=<值未指定> #------------------------------------------------------------------------------- #Name : oracle.install.asm.diskGroup.name #Datatype : String #Description: #------------------------------------------------------------------------------- oracle.install.asm.diskGroup.name="" #------------------------------------------------------------------------------- #Name : oracle.install.asm.diskGroup.diskDiscoveryString #Datatype : String #Description: #------------------------------------------------------------------------------- oracle.install.asm.diskGroup.diskDiscoveryString="" #------------------------------------------------------------------------------- #Name : oracle.install.asm.diskGroup.disks #Datatype : StringList #Description: #------------------------------------------------------------------------------- oracle.install.asm.diskGroup.disks={} #------------------------------------------------------------------------------- #Name : oracle.install.asm.diskGroup.redundancy #Datatype : String #Description: #------------------------------------------------------------------------------- oracle.install.asm.diskGroup.redundancy="" #------------------------------------------------------------------------------- #Name : oracle_install_crs_StorageOption #Datatype : Number #Description: #------------------------------------------------------------------------------- oracle_install_crs_StorageOption=0 #------------------------------------------------------------------------------- #Name : oracle_install_asm_DiskGroupName #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_asm_DiskGroupName="" #------------------------------------------------------------------------------- #Name : oracle_install_asm_DiskDiscoveryString #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_asm_DiskDiscoveryString="" #------------------------------------------------------------------------------- #Name : oracle_install_asm_Disks #Datatype : StringList #Description: #------------------------------------------------------------------------------- oracle_install_asm_Disks={} #------------------------------------------------------------------------------- #Name : oracle_install_asm_DiskGroupRedundancy #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_asm_DiskGroupRedundancy="" #------------------------------------------------------------------------------- #Name : CLUSTER_CONFIGURATION_FILE #Datatype : String #Description: #------------------------------------------------------------------------------- CLUSTER_CONFIGURATION_FILE=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_OCRRedundancy #Datatype : Number #Description: #------------------------------------------------------------------------------- oracle_install_crs_OCRRedundancy=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_VotingDiskRedundancy #Datatype : Number #Description: #------------------------------------------------------------------------------- oracle_install_crs_VotingDiskRedundancy=<值未指定> #------------------------------------------------------------------------------- #Name : ret_PrivIntrList #Datatype : StringList #Description: #------------------------------------------------------------------------------- ret_PrivIntrList={} #------------------------------------------------------------------------------- #Name : oracle_install_crs_ClusterName #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_ClusterName="" #------------------------------------------------------------------------------- #Name : oracle_install_crs_CommaSeparatedNodes #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_CommaSeparatedNodes="" #------------------------------------------------------------------------------- #Name : oracle_install_crs_OCRMirrorLocation #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_OCRMirrorLocation=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_OCRMirrorLocation2 #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_OCRMirrorLocation2=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_DiskDriveMapping #Datatype : StringList #Description: #------------------------------------------------------------------------------- oracle_install_crs_DiskDriveMapping={} #------------------------------------------------------------------------------- #Name : oracle_install_crs_OCRDeviceList #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_OCRDeviceList="" #------------------------------------------------------------------------------- #Name : oracle_install_crs_VotingDiskList #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_VotingDiskList="" #------------------------------------------------------------------------------- #Name : oracle_install_crs_VDSKMirror1Location1 #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_VDSKMirror1Location1=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_VDSKMirror1Location2 #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_VDSKMirror1Location2=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_VDSKLocation #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_VDSKLocation=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_crs_SWOnly #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_crs_SWOnly=<值未指定> #------------------------------------------------------------------------------- #Name : oracle_install_LanguageID #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_LanguageID="" #------------------------------------------------------------------------------- #Name : oracle_install_crs_Upgrade #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_crs_Upgrade=false #------------------------------------------------------------------------------- #Name : oracle_install_crs_ConfigureGNS #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_crs_ConfigureGNS=false #------------------------------------------------------------------------------- #Name : oracle_install_crs_GNSSubDomain #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_GNSSubDomain="" #------------------------------------------------------------------------------- #Name : oracle_install_crs_GNSVIPAddress #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_GNSVIPAddress="" #------------------------------------------------------------------------------- #Name : oracle_install_crs_SCANName #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_SCANName="" #------------------------------------------------------------------------------- #Name : oracle_install_crs_SCANPortNumber #Datatype : Number #Description: #------------------------------------------------------------------------------- oracle_install_crs_SCANPortNumber=0 #------------------------------------------------------------------------------- #Name : oracle_install_crs_FinalInterfaceList #Datatype : StringList #Description: #------------------------------------------------------------------------------- oracle_install_crs_FinalInterfaceList={} #------------------------------------------------------------------------------- #Name : oracle_install_crs_NodeVips #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_crs_NodeVips="" #------------------------------------------------------------------------------- #Name : s_windowsSystemDirectory #Datatype : String #Description: #------------------------------------------------------------------------------- s_windowsSystemDirectory="C:\Windows\system32" #------------------------------------------------------------------------------- #Name : oracle_install_crs_UseIPMI #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_crs_UseIPMI=false #------------------------------------------------------------------------------- #Name : oracle_install_crs_PublicNodeListWithoutDomain #Datatype : StringList #Description: #------------------------------------------------------------------------------- oracle_install_crs_PublicNodeListWithoutDomain={} #------------------------------------------------------------------------------- #Name : oracle_install_asm_MigrateASM #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_asm_MigrateASM=false #------------------------------------------------------------------------------- #Name : oracle_install_client_OraMTSPortNumber #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_client_OraMTSPortNumber="49158" #------------------------------------------------------------------------------- #Name : oracle_install_9iRACPresent #Datatype : Boolean #Description: #------------------------------------------------------------------------------- oracle_install_9iRACPresent=false #------------------------------------------------------------------------------- #Name : oracle_install_UnixMakePath #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_UnixMakePath="" #------------------------------------------------------------------------------- #Name : oracle_install_installerCmd #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_installerCmd="setup.exe" #------------------------------------------------------------------------------- #Name : oracle_install_windowsCommandLine #Datatype : String #Description: #------------------------------------------------------------------------------- oracle_install_windowsCommandLine="C:\Windows\system32\cmd /c call" #------------------------------------------------------------------------------- #Name : SELECTED_LANGUAGES #Datatype : StringList #Description: 要将组件安装到何种语言环境中。 #Component : oracle.server #------------------------------------------------------------------------------- SELECTED_LANGUAGES={"zh_CN","en"} #------------------------------------------------------------------------------- #Name : COMPONENT_LANGUAGES #Datatype : StringList #Description: 此组件支持的语言。支持的语言列表: {"en","fr","ar","bn","pt_BR","bg","fr_CA","ca","hr","cs","da","nl","ar_EG","en_GB","et","fi","de","el","iw","hu","is","in","it","ja","ko","es","lv","lt","ms","es_MX","no","pl","pt","ro","ru","zh_CN","sk","sl","es_ES","sv","th","zh_TW","tr","uk","vi"} #Component : oracle.server #------------------------------------------------------------------------------- COMPONENT_LANGUAGES={"zh_CN","en"} #------------------------------------------------------------------------------- #Name : INSTALL_TYPE #Datatype : String #Description: 组件的安装类型。 #Component : oracle.server #------------------------------------------------------------------------------- INSTALL_TYPE="企业版(E)" #------------------------------------------------------------------------------- #Name : OPTIONAL_CONFIG_TOOLS #Datatype : String #Description: #可以选择下列选项。该值仅能包含这些选项之一。 #选项的格式为“内部名称 : 外部名称”。指定该值时请使用内部名称。需要启动的可选 Configuration Assistant 列表。 # launchBrowser, : 启动浏览器 #示例: OPTIONAL_CONFIG_TOOLS = {"launchBrowser"} #Component : oracle.sysman.console.db #------------------------------------------------------------------------------- OPTIONAL_CONFIG_TOOLS="{}"