Oracle9201Server安装的ResponseFile

Oracle9201Server安装的ResponseFile[@more@]

由于配置中带有版本号,所以每个应答文件只能支持相应版本的安装介质
主要是由于有版本不同将导致组件选取方面的错乱
使用该安装应答文件,掉过前面的窗口后直接显示组建定制窗口,以便再次确认的调整要安装的组件
安装中忽略安装进度界面,安装完成结束时只运行必要的配置

将以下内容存为responseFile,扩展名为.rps后即可用于安装Oracle Server,安装的组件见注释部分的说明
但其中的ORACLE_HOME和FROM_LOCATION、LOCATION_FOR_DISK2、LOCATION_FOR_DISK3、LOCATION_FOR_DISK4一定要设置为正确的路径。

#══════════════════════════════════════════════════════════════════════════#
# 说明: 该应答文件中配置了定制方式安装Oracle9i Enterprise Server的以下几部分组建:
# 1-Oracle9i 9.2.0.1.0
# 2-Enterprise Edition Options 9.2.0.1.0
# └Oracle Partitioning 9.2.0.1.0
# 3-Oracle Net Services 9.2.0.1.0
# └Oracle Net Listener 9.2.0.1.0
# 4-Oracle Enterprise Manager Products 9.2.0.1.0
# └Enterprise Manager Client 9.2.0.1.0
# 5-Oracle9i Development Kit 9.2.0.1.0
# └Oracle C++ Call Interface 9.2.0.1.0
# └Oracle Call Interface (OCI) 9.2.0.1.0
# └Oracle Programmer 9.2.0.1.0
# 没有说明的参数使用默认值就可以了,无需特殊配置
# 注意: 部分必须给与明确的配置内容
#═════════════════════════════════════════════════════════════════════════#

[General]
RESPONSEFILE_VERSION=1.7.0

#安装操作的常规参数
[SESSION]
#安装操作的用户组名称,UNIX下为dba,Windows下为ORA_DBA
#字符串类型
UNIX_GROUP_NAME="dba"

#ORACLE安装目录, 字符串类型, 必须指定, 且要求完整路径
ORACLE_HOME="/oracle/product/9.2.0"

#安装盘上的版本标签号,一般可以在stage目录下的disk.label文件中找到
#该参数在多个盘安装的时候使用
#字符串类型
FROM_LOCATION_CD_LABEL="orcl920"

#安装产品包文件products.jar所在位置,在第一个安装盘的stage目录下,补丁盘也是
#需要完整路径,字符串类型
FROM_LOCATION="/orainst/Disk1/stage/products.jar"

#其他安装盘路径名,需要完整路径,字符串类型
LOCATION_FOR_DISK2="/orainst/Disk2"
LOCATION_FOR_DISK3="/orainst/Disk3"
LOCATION_FOR_DISK4="/orainst/Disk4"

#ORACLE安装目录的别名, String类型 ,UNIX下一般为ORACLE_HOME, Windows下一般为OraHOME
ORACLE_HOME_NAME="ORACLE_HOME"

#顶级安装方式,这里选择服务端,使用内部名称和版本进行设置
#StringList类型, 可选择三项中的一项:
# 内部名称 版本 : 外部名称
# oracle.server, 9.2.0.1.0 : Oracle9i Database 9.2.0.1.0
# oracle.client, 9.2.0.1.0 : Oracle9i Client 9.2.0.1.0
# oracle.infrastructure, 9.2.0.1.0 : Oracle9i Management and Integration 9.2.0.1.0
TOPLEVEL_COMPONENT={"oracle.server","9.2.0.1.0"}

#卸载列表,配置内容同TOPLEVEL_COMPONENT
#DEINSTALL_LIST={"oracle.server","9.2.0.1.0"}
DEINSTALL_LIST={}

#是否显示动画,Boolean类型
SHOW_SPLASH_SCREEN=false

#是否显示欢迎界面,Boolean类型
SHOW_WELCOME_PAGE=false

#是否显示安装文件路径和目标路径设置界面,Boolean类型
SHOW_COMPONENT_LOCATIONS_PAGE=false

#是否显示定制列表界面,Boolean类型
#此处设定显示,以便在安装前再次调整并确认安装
SHOW_CUSTOM_TREE_PAGE=true

#是否显示最总要安装的内容的汇总界面,Boolean类型
SHOW_SUMMARY_PAGE=true

#是否显示安装过程界面,Boolean类型
SHOW_INSTALL_PROGRESS_PAGE=false

#是否运行必须配置工具进行相关配置,Boolean类型
SHOW_REQUIRED_CONFIG_TOOL_PAGE=true

#是否运行可选配置工具进行相关配置,Boolean类型
#比如netca dbca之类的助手
SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false

#是否显示版本声明界面,Boolean类型
SHOW_RELEASE_NOTES=false

#是否显示root.sh脚本运行确认界面,Boolean类型
SHOW_ROOTSH_CONFIRMATION=true

#是否显示安装结束界面,Boolean类型
SHOW_END_SESSION_PAGE=true

#是否显示退出安装的确认界面,Boolean类型
SHOW_EXIT_CONFIRMATION=false

#是否进行下一安装操作,Boolean类型
NEXT_SESSION=false

#下一个安装操作的response文件,字符串类型
NEXT_SESSION_RESPONSE=

#当前安装失败时是否允许用户调用其他操作,Boolean类型
#该参数当NEXT_SESSION=true时有效
NEXT_SESSION_ON_FAIL=true

#是否显示卸载确认界面,Boolean类型
SHOW_DEINSTALL_CONFIRMATION=true

#是否显示卸载进度界面,Boolean类型
SHOW_DEINSTALL_PROGRESS=false


[oracle.server_9.2.0.1.0]
#语言,这里用英语和简体中文, StringList类型, 使用内部名称进行配置
#Windows下的安装该选项无效
#有以下可选择项,可多选:
# 内部名称 : 外部名称
# 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
COMPONENT_LANGUAGES={"en","zh_CN"}

#安装方式(企业版、标准版、定制),这里用定制, String类型
#以内部名称进行配置,三者选其一
# 内部名称 : 外部名称
# EE, : Enterprise Edition
# SE, : Standard Edition
# Custom, : Custom
INSTALL_TYPE="Custom"

#要安装的产品列表, StringList类型
#其他段的DEPENDENCY_LIST配置方式相同
#有以下选项,可多选,以内部名称和版本配置:
# 内部名称 版本 : 外部名称
# oracle.rdbms, 9.2.0.1.0 : Oracle9i 9.2.0.1.0
# oracle.options, 9.2.0.1.0 : Enterprise Edition Options 9.2.0.1.0
# oracle.networking, 9.2.0.1.0 : Oracle Net Services 9.2.0.1.0
# oracle.emprod, 9.2.0.1.0 : Oracle Enterprise Manager Products 9.2.0.1.0
# oracle.p2k.devtools, 9.2.0.1.0 : Oracle9i Development Kit 9.2.0.1.0
# oracle.doc.unixdoc, 9.2.0.1.0 : Oracle9i for UNIX Documentation 9.2.0.1.0
# oracle.apache, 1.3.22.0.0a : Oracle HTTP Server 9.2.0.1.0
# oracle.tg, 9.2.0.1.0 : Oracle Transparent Gateways 9.2.0.1.0
# oracle.apache.isqlplus, 9.2.0.1.0 : iSQL*Plus 9.2.0.1.0
# oracle.java.jdbc, 9.2.0.1.0 : Oracle JDBC/OCI Interfaces 9.2.0.1.0
# oracle.swd.oui, 2.0.0.9.0 : Oracle Universal Installer 2.2.0.12.0
DEPENDENCY_LIST={ "oracle.rdbms","9.2.0.1.0","oracle.options","9.2.0.1.0","oracle.networking","9.2.0.1.0","oracle.emprod","9.2.0.1.0","oracle.p2k.devtools","9.2.0.1.0" }
#,"oracle.doc.unixdoc","9.2.0.1.0","oracle.apache","9.2.0.1.0","oracle.tg","9.2.0.1.0"

#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=

#Parameter: s_selectedNodes
#Type: String
s_selectedNodes=

#Parameter: s_dbcaProgressOnly
#Type: String
s_dbcaProgressOnly=

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=

#Parameter: s_bundleName
#Type: String
s_bundleName=

#Parameter: b_rdbmsInstalling
#Type: Boolean
b_rdbmsInstalling=

#Parameter: b_launchNETCA
#Type: Boolean
b_launchNETCA=

#Parameter: b_autoStartApache
#Type: Boolean
b_autoStartApache=


[oracle.options_9.2.0.1.0]
#Enterprise Edition Options组件选择项
# 内部名称 版本 : 外部名称
# oracle.options.ano, 9.2.0.1.0 : Oracle Advanced Security 9.2.0.1.0
# oracle.options.ops, 9.2.0.1.0 : Oracle9i Real Application Clusters 9.2.0.1.0
# oracle.options.partitioning, 9.2.0.1.0 : Oracle Partitioning 9.2.0.1.0
# oracle.cartridges.spatial, 9.2.0.1.0 : Oracle Spatial 9.2.0.1.0
# oracle.rdbms.lbac, 9.2.0.1.0 : Oracle Label Security 9.2.0.1.0
# oracle.options.olap, 9.2.0.1.0 : Oracle OLAP 9.2.0.1.0
# oracle.options.odm, 9.2.0.1.0 : Oracle Data Mining 9.2.0.1.0
DEPENDENCY_LIST={ "oracle.options.partitioning","9.2.0.1.0" }
#"oracle.options.ano","9.2.0.1.0","oracle.options.ops","9.2.0.1.0","oracle.cartridges.spatial","9.2.0.1.0","oracle.options.olap","9.2.0.1.0","oracle.options.odm","9.2.0.1.0"

#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=

#Parameter: s_bundleName
#Type: String
s_bundleName=


[oracle.options.ops_9.2.0.1.0]
#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=

#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=

#Parameter: s_rawDeviceName
#Type: String
s_rawDeviceName=


[oracle.cartridges.spatial_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=


[oracle.options.ano_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=

#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=


[oracle.options.odm_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=


[oracle.rdbms_9.2.0.1.0]
#Parameter: sl_dbaOperGroups
#Type: StringList
sl_dbaOperGroups=

#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=

#Parameter: s_nameOfBundle
#Type: String
s_nameOfBundle=

#Parameter: s_dbcaProgressOnly
#Type: String
s_dbcaProgressOnly=

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=

#Parameter: s_bundleName
#Type: String
s_bundleName=

#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=

#Parameter: s_OPSNodeInfoString
#Type: String
s_OPSNodeInfoString=

#Parameter: s_OPSClusterUser
#Type: String
s_OPSClusterUser=

#Parameter: s_OPSClusterPassword
#Type: String
s_OPSClusterPassword=

#Parameter: s_GlobalDBName
#Type: String
s_GlobalDBName=

#Parameter: b_rdbmsInstalling
#Type: Boolean
b_rdbmsInstalling=

#Parameter: b_lowResource
#Type: Boolean
b_lowResource=

#Parameter: b_javaOptionBeingInstalled
#Type: Boolean
b_javaOptionBeingInstalled=


[oracle.utilities.util_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=

#Parameter: b_rdbmsInstalling
#Type: Boolean
b_rdbmsInstalling=


[oracle.networking_9.2.0.1.0]
#Oracle Net Services组建选择项:
# 内部名称 版本 : 外部名称
# oracle.networking.netsrv, 9.2.0.1.0 : Oracle Net Listener 9.2.0.1.0
# oracle.networking.cman, 9.2.0.1.0 : Oracle Connection Manager 9.2.0.1.0
# oracle.networking.names, 9.2.0.1.0 : Oracle Names 9.2.0.1.0
DEPENDENCY_LIST={ "oracle.networking.netsrv","9.2.0.1.0" }

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=

#Parameter: s_bundleName
#Type: String
s_bundleName=

#Parameter: b_launchNETCA
#Type: Boolean
b_launchNETCA=


[oracle.emprod_9.2.0.1.0]
#Oracle Enterprise Manager Products 组件安装选项
#安装Enterprise Manager Web Site和Oracle Management Server需要安装Apache Http Server
#安装后5项必须安装Enterprise Manager Client
# 内部名称 版本 : 外部名称
# oracle.emprod.oemagent, 9.2.0.1.0 : Oracle Intelligent Agent 9.2.0.1.0
# oracle.sysman.website, 9.2.0.1.0 : Enterprise Manager Web Site 9.2.0.1.0
# oracle.sysman.oms, 9.2.0.1.0 : Oracle Management Server 9.2.0.1.0
# oracle.sysman.client, 9.2.0.1.0 : Enterprise Manager Client 9.2.0.1.0
# oracle.sysman.pack.change, 9.2.0.1.0 : Oracle Change Management Pack 9.2.0.1.0
# oracle.sysman.pack.diag, 9.2.0.1.0 : Oracle Diagnostics Pack 9.2.0.1.0
# oracle.sysman.pack.tuning, 9.2.0.1.0 : Oracle Tuning Pack 9.2.0.1.0
# oracle.sysman.pack.apps, 9.2.0.1.0 : Oracle Management Pack for Oracle Applications 9.2.0.1.0
# oracle.sysman.pack.std, 9.2.0.1.0 : Oracle Management Pack for Oracle Standard Edition 9.2.0.1.0
DEPENDENCY_LIST={"oracle.sysman.client","9.2.0.1.0" }
#"oracle.emprod.oemagent","9.2.0.1.0","oracle.sysman.website","9.2.0.1.0","oracle.sysman.oms","9.2.0.1.0","oracle.sysman.pack.change","9.2.0.1.0","oracle.sysman.pack.diag","9.2.0.1.0","oracle.sysman.pack.tuning","9.2.0.1.0","oracle.sysman.pack.apps","9.2.0.1.0" }

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=

#Parameter: b_launchEMCA
#Type: Boolean
b_launchEMCA=


[oracle.assistants.dbma_9.2.0.1.0]
#Parameter: OPTIONAL_CONFIG_TOOLS
#Type: StringList
#Description: List of Optional Config tools that needs to be launched.
#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.
# dbma, : Database Upgrade Assistant
#Example : OPTIONAL_CONFIG_TOOLS = {"dbma"}
OPTIONAL_CONFIG_TOOLS=

#Parameter: sl_migrateSIDDialogReturn
#Type: StringList
sl_migrateSIDDialogReturn=

#Parameter: s_sidToMigrate
#Type: String
s_sidToMigrate=

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=

#Parameter: b_rdbmsInstalling
#Type: Boolean
b_rdbmsInstalling=

#Parameter: b_noMigration
#Type: Boolean
b_noMigration=


[oracle.p2k.devtools_9.2.0.1.0]
Oracle9i Development Kit 组件安装选项
# 内部名称 版本 : 外部名称
# oracle.rdbms.occi, 9.2.0.1.0 : Oracle C++ Call Interface 9.2.0.1.0
# oracle.rdbms.oci, 9.2.0.1.0 : Oracle Call Interface (OCI) 9.2.0.1.0
# oracle.p2k, 9.2.0.1.0 : Oracle Programmer 9.2.0.1.0
# oracle.p2k.xmldevkit, 9.2.0.1.0 : Oracle XML Developer's Kit 9.2.0.1.0
DEPENDENCY_LIST={ "oracle.rdbms.occi","9.2.0.1.0","oracle.rdbms.oci","9.2.0.1.0","oracle.p2k","9.2.0.1.0" }
#,"oracle.p2k.xmldevkit","9.2.0.1.0"

[oracle.options.intermedia.imserver_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=


[oracle.sysman.oms_9.2.0.1.0]
#Parameter: OPTIONAL_CONFIG_TOOLS
#Type: StringList
#Description: List of Optional Config tools that needs to be launched.
#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.
# emca, : Enterprise Manager Configuration Assistant
#Example : OPTIONAL_CONFIG_TOOLS = {"emca"}
OPTIONAL_CONFIG_TOOLS=

#Parameter: s_emca_responseFileName
#Type: String
s_emca_responseFileName=

#Parameter: launchEMCA
#Type: Boolean
launchEMCA=

#Parameter: isTypicalInstall
#Type: Boolean
isTypicalInstall=

#Parameter: isSilentMode
#Type: Boolean
isSilentMode=
#使用EMCA进行配置时需要

#Parameter: ServerRepository_index
#Type: Number
ServerRepository_index=
#使用EMCA进行配置时需要

#Parameter: AUTOSVC
#Type: String
AUTOSVC=


[oracle.cartridges.locator_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=


[oracle.isearch.server_9.2.0.1.0]
#Parameter: b_iAS
#Type: Boolean
b_iAS=


[oracle.tg_9.2.0.1.0]
Oracle Transparent Gateways 组建安装选项
# 内部名称 版本 : 外部名称
# oracle.tg.tg4sybs, 9.2.0.1.0 : Oracle Transparent Gateway for Sybase 9.2.0.1.0
# oracle.tg.pg4mq, 9.2.0.1.0 : Oracle Procedural Gateway for IBM MQSeries 9.2.0.1.0
# oracle.tg.pg4appc, 9.2.0.1.0 : Oracle Procedural Gateway for APPC 9.2.0.1.0
# oracle.tg.tg4drda, 9.2.0.1.0 : Oracle Transparent Gateway for IBM DRDA 9.2.0.1.0
DEPENDENCY_LIST=


[oracle.options.ano.sns_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=


[oracle.java.javavm_9.2.0.1.0]
#Parameter: b_javavmIsInstalling
#Type: Boolean
b_javavmIsInstalling=


[oracle.networking.cman_9.2.0.1.0]
#Parameter: s_unixOSDMakePath
#Type: String
s_unixOSDMakePath=

#Parameter: s_makeLogFile
#Type: String
s_makeLogFile=

#Parameter: s_installLogDir
#Type: String
s_installLogDir=


[oracle.tg.tg4sybs_9.2.0.1.0]
#Parameter: sl_sybSerRetVal
#Type: StringList
sl_sybSerRetVal=

#Parameter: s_sybRetDir
#Type: String
s_sybRetDir=

#Parameter: n_sybLibVer
#Type: Number
n_sybLibVer=


[oracle.cartridges.context_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=


[oracle.apache_9.2.0.1.0]
#Oracle HTTP Server 组件安装选项
#安装Enterprise Manager Webserver Integration 9.2.0.1.0时必须
#包括两个组件-Enterprise Manager Web Site / Oracle Management Server
# 内部名称 版本 : 外部名称
# oracle.emprod.agent_ext.ows_agentext, 9.2.0.0.0 : Oracle HTTP Server Extensions 9.2.0.1.0
# oracle.apache.xdk, 9.2.0.0.0 : Apache Configuration for Oracle XML Developer's Kit 9.2.0.1.0
# oracle.emprod.agent_ext.oecm_agentext, 9.2.0.0.0 : Oracle eBusiness Management Extensions 9.2.0.1.0
# oracle.bc4j, 9.0.2.692.1 : BC4J Runtime for Database 9.0.2.692.1
# oracle.webdb.modplsql, 3.0.9.8.3b : Oracle Mod PL/SQL Gateway 3.0.9.8.3b
# oracle.webdb.modplsql, 3.0.9.8.3b : Oracle Mod PL/SQL Gateway 3.0.9.8.3b
DEPENDENCY_LIST={ }
#DEPENDENCY_LIST={ "oracle.emprod.agent_ext.ows_agentext","9.2.0.1.0","oracle.apache.xdk","9.2.0.1.0","oracle.emprod.agent_ext.oecm_agentext","9.2.0.1.0","oracle.bc4j","9.0.2.692.1","oracle.webdb.modplsql","3.0.9.8.3b","oracle.webdb.modplsql","3.0.9.8.3b" }

#Parameter: OPTIONAL_CONFIG_TOOLS
#Type: StringList
#Description: List of Optional Config tools that needs to be launched.
#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.
# configtool1, : Starting HTTP Server
# configtool2, : Starting Oracle HTTP service
#Example : OPTIONAL_CONFIG_TOOLS = {"configtool1"}
OPTIONAL_CONFIG_TOOLS=

#Parameter: s_oracleSID
#Type: String
#Description: Oracle SID that can be passed in from top level install component.
s_oracleSID=

#Parameter: s_jservPort
#Type: String
#Description: The port Apache JServ listens to
s_jservPort=

#Parameter: s_apacheVersionNumber
#Type: String
#Description: version number of apache passed to oem agent
s_apacheVersionNumber=

#Parameter: s_apachePortSSL
#Type: String
#Description: Apache SSL port used when starting in ssl mode. Default 443
s_apachePortSSL=

#Parameter: s_apachePortNonSSL
#Type: String
#Description: Port number that apache uses when starting in non-ssl mode
s_apachePortNonSSL=

#Parameter: s_apachePort
#Type: String
#Description: Port number that apache uses when starting in ssl mode
s_apachePort=

#Parameter: s_NLSLANG
#Type: String
#Description: String to hold the NLS LANG value determined by GetNlsLangWindows q
#uery.
s_NLSLANG=
#安装Apache Http Server时必须

#Parameter: s_LANGUAGE_TERRITORY
#Type: String
#Description: Substring of s_NLSLANG
s_LANGUAGE_TERRITORY=
#安装Apache Http Server时必须

#Parameter: b_autoStartApache
#Type: Boolean
#Description: Set to false if you do not want apache to start after installation
b_autoStartApache=

#Parameter: b_apacheInstalling
#Type: Boolean
#Description: Set to true and passed to oem agent
b_apacheInstalling=

#Parameter: s_topDir
#Type: String
#Description: APACHE_TOP directory for Apache Web Server
s_topDir=

#Parameter: s_jvm
#Type: String
#Description: Path to the Java Virtual Machine
s_jvm=

#Parameter: ServerRoot
#Type: String
#Description: Apache Server root directory
ServerRoot=

#Parameter: JDK_HOME
#Type: String
#Description: JDK home location
JDK_HOME=

#Parameter: APACHE_HOME
#Type: String
#Description: Main apache directory off of ORACLE_HOME where all components live under i.e. ORACLE_HOME/Apache
APACHE_HOME=

#Parameter: s_oracleApacheConfigFile
#Type: String
#Description: Location of oracle_apache.conf file to be passed to all modules that need to include there conf file.
s_oracleApacheConfigFile=

#Parameter: s_oracleJservPropertiesFile
#Type: String
#Description: Location of the Jserv.properties file
s_oracleJservPropertiesFile=


[oracle.soap.jserv_2.0.0.0.0a]
#Parameter: s_soapPort
#Type: String
#Description: The port that SOAP/JServ listens to
s_soapPort=


[oracle.tg.pg4mq_9.2.0.1.0]
#Parameter: varRemote
#Type: StringList
#Description: varRemote
varRemote=
#安装Transcation Getway时必须

#Parameter: varPG4MQ
#Type: String
#Description: variable for pg4mqs or pg4mqc
varPG4MQ=
#安装Transcation Getway时必须

#Parameter: varMkFile
#Type: String
#Description: Makefile name
varMkFile=
#安装Transcation Getway时必须

#Parameter: varMQMLocal
#Type: Boolean
#Description: Is MQM installed on a Local machine ?
varMQMLocal=
#安装Transcation Getway时必须

#Parameter: varMQM
#Type: Number
#Description: dialogLocation return value
varMQM=
#安装Transcation Getway时必须

#Parameter: PG4MQ_SID
#Type: String
#Description: PG4MQ_SID
PG4MQ_SID=
#安装Transcation Getway时必须

#Parameter: ORACLE_SID
#Type: String
#Description: ORACLE_SID
ORACLE_SID=
#安装Transcation Getway时必须

#Parameter: MQ_SERVER
#Type: String
#Description: MQ_SERVER
MQ_SERVER=
#安装Transcation Getway时必须

#Parameter: MQ_MANAGER
#Type: String
#Description: MQ_MANAGER
MQ_MANAGER=
#安装Transcation Getway时必须

#Parameter: DB_DOMAIN
#Type: String
#Description: DB_DOMAIN
DB_DOMAIN=
#安装Transcation Getway时必须


[oracle.rdbms.nid_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=


[oracle.emprod.agent_ext.emd_agentext_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=


[oracle.emprod.agent_ext.ows_agentext_9.2.0.1.0]
#Parameter: s_apacheVersionNumber
#Type: String
s_apacheVersionNumber=

#Parameter: b_apacheInstalling
#Type: Boolean
b_apacheInstalling=


[oracle.rdbms.ds_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=


[oracle.isearch.is_common_9.2.0.1.0]
#Parameter: b_iAS
#Type: Boolean
b_iAS=


[oracle.emprod.oemagent_9.2.0.1.0]
#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=


[oracle.emprod.oemagent.agentca_9.2.0.1.0]
#Parameter: OPTIONAL_CONFIG_TOOLS
#Type: StringList
#Description: List of Optional Config tools that needs to be launched.
#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.
# agentca, : Agent Configuration Assistant
#Example : OPTIONAL_CONFIG_TOOLS = {"agentca"}
OPTIONAL_CONFIG_TOOLS=

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=

#Parameter: b_launchAgentCA
#Type: Boolean
b_launchAgentCA=


[oracle.assistants.dbca_9.2.0.1.0]
#Parameter: OPTIONAL_CONFIG_TOOLS
#Type: StringList
#Description: List of Optional Config tools that needs to be launched.
#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.
# dbca, : Oracle Database Configuration Assistant
#Example : OPTIONAL_CONFIG_TOOLS = {"dbca"}
OPTIONAL_CONFIG_TOOLS=

#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=

#Parameter: s_responseFileName
#Type: String
s_responseFileName=

#Parameter: s_oidPasswd
#Type: String
s_oidPasswd=

#Parameter: s_oidAdmin
#Type: String
s_oidAdmin=

#Parameter: s_instType
#Type: String
s_instType=

#Parameter: s_globalDBName
#Type: String
s_globalDBName=

#Parameter: s_dbRetChoice
#Type: String
s_dbRetChoice=

#Parameter: s_dbRetChar
#Type: String
s_dbRetChar=

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=

#Parameter: ps_dbCharSet
#Type: String
ps_dbCharSet=

#Parameter: pb_askMountPoint
#Type: Boolean
pb_askMountPoint=

#Parameter: b_showCharsetDialog
#Type: Boolean
b_showCharsetDialog=

#Parameter: b_rdbmsInstalling
#Type: Boolean
b_rdbmsInstalling=

#Parameter: b_noMigration
#Type: Boolean
b_noMigration=

#Parameter: b_lowResource
#Type: Boolean
b_lowResource=

#Parameter: b_iAS
#Type: Boolean
b_iAS=

#Parameter: b_createStarterDBReturn
#Type: Boolean
b_createStarterDBReturn=

#Parameter: b_configureOid
#Type: Boolean
b_configureOid=

#Parameter: CLUSTER_SERVICES
#Type: String
CLUSTER_SERVICES=

#Parameter: s_dbcaProgressOnly
#Type: String
s_dbcaProgressOnly=

#Parameter: s_cfgname
#Type: String
s_cfgname=

#Parameter: pn_softwareSize
#Type: Number
pn_softwareSize=

#Parameter: b_passwdDialog
#Type: Boolean
b_passwdDialog=

#Parameter: s_seedLocation
#Type: String
s_seedLocation=

#Parameter: ps_mountPoint
#Type: String
ps_mountPoint=

#Parameter: pn_databaseSize
#Type: Number
pn_databaseSize=

#Parameter: s_templateValue
#Type: String
s_templateValue=

#Parameter: s_dbSid
#Type: String
s_dbSid=

#Parameter: s_mountPoint
#Type: String
s_mountPoint=


[oracle.soap.srv_2.0.0.0.0a]
#Parameter: b_serverInstalled
#Type: Boolean
#Description: set to true and passed to client when server is installed.
b_serverInstalled=


[oracle.soap.cli_2.0.0.0.0a]
#Parameter: b_serverInstalled
#Type: Boolean
#Description: Bool set to true if soap server is installed.
b_serverInstalled=

#Parameter: s_hostPort
#Type: String
#Description: Host and Port number used in url to soap server
s_hostPort=


[oracle.bc4j_9.0.2.692.1]
#Parameter: s_oracleJservPropertiesFile
#Type: String
#Description: Location of the JServ Properties file
s_oracleJservPropertiesFile=

#Parameter: s_oc4jdeployini
#Type: String
#Description: Refer to deploy.ini under OHj2eedeploy.ini
s_oc4jdeployini=

#Parameter: APACHE_HOME
#Type: String
#Description: Apache Home directory.
APACHE_HOME=


[oracle.rdbms.ovm_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=


[oracle.sysman.emcommon_9.2.0.1.0]
#Parameter: OPTIONAL_CONFIG_TOOLS
#Type: StringList
#Description: List of Optional Config tools that needs to be launched.
#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.
# console, : LaunchOEM
#Example : OPTIONAL_CONFIG_TOOLS = {"console"}
OPTIONAL_CONFIG_TOOLS=


[oracle.tg.tg4drda_9.2.0.1.0]
#Parameter: varDRDANETSEL
#Type: Number
#Description: Network Product Selection index for Dialog
varDRDANETSEL=
#安装Oracle Transparent Gateway for IBM DRDA时必须

#Parameter: varDRDANETPROD
#Type: String
#Description: Names the Network product & version for gensnalib
varDRDANETPROD=
#安装Oracle Transparent Gateway for IBM DRDA时必须


[oracle.networking.netsrv_9.2.0.1.0]
#Parameter: b_net8ServerIsInstalling
#Type: Boolean
b_net8ServerIsInstalling=


[oracle.networking.netclt_9.2.0.1.0]
#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=

#Parameter: s_bundleName
#Type: String
s_bundleName=

#Parameter: b_rdbmsInstalling
#Type: Boolean
b_rdbmsInstalling=

#Parameter: b_net8ServerInstalling
#Type: Boolean
b_net8ServerInstalling=

#Parameter: b_launchNETCA
#Type: Boolean
b_launchNETCA=

#Parameter: b_javavmIsInstalling
#Type: Boolean
b_javavmIsInstalling=

#Parameter: b_cmanIsInstalling
#Type: Boolean
b_cmanIsInstalling=

#Parameter: b_anoIsInstalling
#Type: Boolean
b_anoIsInstalling=

#Parameter: s_netCAInstalledProducts
#Type: String
s_netCAInstalledProducts=


[oracle.rdbms.common_schema_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=


[oracle.webdb.modplsql_3.0.9.8.3b]
#Parameter: s_oracleApacheConfigFile
#Type: String
#Description: The Apache config file oracle_apache.conf will be passed with this variable.
s_oracleApacheConfigFile=

#Parameter: plsql_cache_dir
#Type: String
#Description: This is the location of the cache directory.
plsql_cache_dir=

#Parameter: cookie_cache_dir
#Type: String
#Description: This variable holds the value of the cookie cache directory.
cookie_cache_dir=

#Parameter: APACHE_HOME
#Type: String
#Description: The directory location where Apache is installed.
APACHE_HOME=


[oracle.oid.tools_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=


[oracle.options.ops.pfs_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=


[oracle.networking.netca_9.2.0.1.0]
#Parameter: OPTIONAL_CONFIG_TOOLS
#Type: StringList
#Description: List of Optional Config tools that needs to be launched.
#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.
# netca, : Oracle Net Configuration Assistant
#Example : OPTIONAL_CONFIG_TOOLS = {"netca"}
OPTIONAL_CONFIG_TOOLS=

#Parameter: s_responseFileName
#Type: String
s_responseFileName=

#Parameter: s_netCAInstalledProtocols
#Type: String
s_netCAInstalledProtocols=

#Parameter: s_netCAInstalledProducts
#Type: String
s_netCAInstalledProducts=

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=

#Parameter: b_launchNETCA
#Type: Boolean
b_launchNETCA=


[oracle.install.instcommon_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=


[oracle.rsf_9.2.0.1.0]
#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=

#Parameter: s_bundleName
#Type: String
s_bundleName=


[oracle.apache.jserv_1.1.0.0.0g]
#Parameter: s_soapPort
#Type: String
#Description: The port that soap/JServ listens to
s_soapPort=

#Parameter: s_jservPort
#Type: String
#Description: The port Apache JServ listens to
s_jservPort=

#Parameter: s_LANGUAGE_TERRITORY
#Type: String
#Description: Substring of n_NLSLANG
s_LANGUAGE_TERRITORY=
#安装oracle.apache.jserv时必须

#Parameter: b_autoPortDetect
#Type: Boolean
#Description: Set to true by default, set to false for silent install
b_autoPortDetect=

#Parameter: s_topDir
#Type: String
#Description: APACHE_TOP directory for Apache Web Server
s_topDir=

#Parameter: s_jvm
#Type: String
#Description: Path to the Java Virtual Machine
s_jvm=

#Parameter: APACHE_HOME
#Type: String
#Description: location of apache home
APACHE_HOME=

#Parameter: s_oracleApacheConfigFile
#Type: String
#Description: location of the oracle_apache.conf file
s_oracleApacheConfigFile=

#Parameter: s_oracleJservPropertiesFile
#Type: String
#Description: Location of the jserv.properties file
s_oracleJservPropertiesFile=


[oracle.apache.jsdk_2.0.0.0.0d]
#Parameter: s_topDir
#Type: String
#Description: APACHE_TOP directory for Apache Web Server
s_topDir=


[oracle.ocs4j_2.1.0.0.0a]
#Parameter: s_cachePort
#Type: String
#Description: Port to run local cache service on by default
s_cachePort=


[oracle.rdbms.aqapi_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=


[oracle.apache.apache_1.3.22.0.0a]
#Parameter: OPTIONAL_CONFIG_TOOLS
#Type: StringList
#Description: List of Optional Config tools that needs to be launched.
#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.
# configtool3, : Starting HTTP Server
# configtool8, : Starting Oracle HTTP service
#Example : OPTIONAL_CONFIG_TOOLS = {"configtool3"}
OPTIONAL_CONFIG_TOOLS=

#Parameter: sl_OHs
#Type: StringList
#Description: Holds oracle homes on machine
sl_OHs=

#Parameter: s_apacheServerAppendText
#Type: String
#Description: This variable holds a concatenation of port configurations for apache server
s_apacheServerAppendText=
#安装apache server时必须

#Parameter: s_apachePortSSL
#Type: String
#Description: Port number that apache uses for SSL port when starting in SSL mode. Default 443
s_apachePortSSL=

#Parameter: s_apachePortNonSSL
#Type: String
#Description: Port number that apache uses when starting in non-ssl mode
s_apachePortNonSSL=

#Parameter: s_apachePort
#Type: String
#Description: Port number that apache uses when starting in ssl mode
s_apachePort=

#Parameter: s_NLSLANG
#Type: String
#Description: String containing NLSLANG info
s_NLSLANG=
#安装apache server时必须

#Parameter: b_autoStartApache
#Type: Boolean
#Description: pass in true to have apache autostart when not using top level component
b_autoStartApache=

#Parameter: b_autoPortDetect
#Type: Boolean
#Description: True by default, this variable should be set to false for silent installs.
b_autoPortDetect=

#Parameter: s_topDir
#Type: String
#Description: top level directory for Apache Web Server
s_topDir=

#Parameter: ServerRoot
#Type: String
#Description: root directory of apache server
ServerRoot=

#Parameter: APACHE_HOME
#Type: String
#Description: Apache location off of ORACLE_HOME
APACHE_HOME=


[oracle.rsf.hybrid_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=


[oracle.rsf.net_rsf_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=


[oracle.rsf.nlsrtl_rsf_9.2.0.1.0]
#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=


[oracle.jdk_1.3.1.0.0b]
#Parameter: JDKHome
#Type: String
JDKHome=

#Parameter: s_rac
#Type: String
s_rac=

#Parameter: s_jdk
#Type: String
s_jdk=


[oracle.java.j2ee.core_9.2.0.1.0]
#Parameter: JDK_HOME
#Type: String
#Description: This is the top level directory where the JDK lives.
JDK_HOME=


[oracle.rsf.ssl_rsf_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=


[oracle.rsf.rdbms_rsf_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=


[oracle.doc.unixdoc_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=


[oracle.rsf.xdk_rsf_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=


[oracle.options.ops.opsca_9.2.0.1.0]
#Parameter: OPTIONAL_CONFIG_TOOLS
#Type: StringList
#Description: List of Optional Config tools that needs to be launched.
#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.
# clustca, : Oracle Cluster Configuration Assistant
#Example : OPTIONAL_CONFIG_TOOLS = {"clustca"}
OPTIONAL_CONFIG_TOOLS=

#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=


[oracle.swd.oui_2.2.0.12.0]
#Parameter: PROD_HOME
#Type: String
#Description: Complete path where the product needs to be installed.
#Example : PROD_HOME = "C:ProductName"
PROD_HOME=

#Parameter: InstLocProp
#Type: String
InstLocProp=


[oracle.swd.jre_1.1.8.3.0]
#Parameter: PROD_HOME
#Type: String
#Description: Complete path where the product needs to be installed.
#Example : PROD_HOME = "C:ProductName"
PROD_HOME=

#Parameter: s_OPSSelectedNodes
#Type: String
#Description: This variable recives the OPS selected nodes value.
s_OPSSelectedNodes=


[oracle.swd.jre_1.3.1.0.0]
#Parameter: PROD_HOME
#Type: String
#Description: Complete path where the product needs to be installed.
#Example : PROD_HOME = "C:ProductName"
PROD_HOME=

#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/178357/viewspace-921898/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/178357/viewspace-921898/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值