提供一个Oracle9201Server安装的ResponseFile

类别:数据库 点击:0 评论:0 推荐:

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

将以下内容存为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
# 没有说明的参数使用默认值就可以了,无需特殊配置
#      注意: <Value Required>部分必须给与明确的配置内容
#═════════════════════════════════════════════════════════════════════════#

[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=<Value Unspecified>

#当前安装失败时是否允许用户调用其他操作,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=<Value Unspecified>

#Parameter: s_selectedNodes
#Type: String
s_selectedNodes=<Value Unspecified>

#Parameter: s_dbcaProgressOnly
#Type: String
s_dbcaProgressOnly=<Value Unspecified>

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=<Value Unspecified>

#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>

#Parameter: b_rdbmsInstalling
#Type: Boolean
b_rdbmsInstalling=<Value Unspecified>

#Parameter: b_launchNETCA
#Type: Boolean
b_launchNETCA=<Value Unspecified>

#Parameter: b_autoStartApache
#Type: Boolean
b_autoStartApache=<Value Unspecified>


[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=<Value Unspecified>

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=<Value Unspecified>

#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>


[oracle.options.ops_9.2.0.1.0]
#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=<Value Unspecified>

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=<Value Unspecified>

#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>

#Parameter: s_rawDeviceName
#Type: String
s_rawDeviceName=<Value Unspecified>


[oracle.cartridges.spatial_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>


[oracle.options.ano_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>

#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>


[oracle.options.odm_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>


[oracle.rdbms_9.2.0.1.0]
#Parameter: sl_dbaOperGroups
#Type: StringList
sl_dbaOperGroups=<Value Unspecified>

#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=<Value Unspecified>

#Parameter: s_nameOfBundle
#Type: String
s_nameOfBundle=<Value Unspecified>

#Parameter: s_dbcaProgressOnly
#Type: String
s_dbcaProgressOnly=<Value Unspecified>

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=<Value Unspecified>

#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>

#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>

#Parameter: s_OPSNodeInfoString
#Type: String
s_OPSNodeInfoString=<Value Unspecified>

#Parameter: s_OPSClusterUser
#Type: String
s_OPSClusterUser=<Value Unspecified>

#Parameter: s_OPSClusterPassword
#Type: String
s_OPSClusterPassword=<Value Unspecified>

#Parameter: s_GlobalDBName
#Type: String
s_GlobalDBName=<Value Unspecified>

#Parameter: b_rdbmsInstalling
#Type: Boolean
b_rdbmsInstalling=<Value Unspecified>

#Parameter: b_lowResource
#Type: Boolean
b_lowResource=<Value Unspecified>

#Parameter: b_javaOptionBeingInstalled
#Type: Boolean
b_javaOptionBeingInstalled=<Value Unspecified>


[oracle.utilities.util_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>

#Parameter: b_rdbmsInstalling
#Type: Boolean
b_rdbmsInstalling=<Value Unspecified>


[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=<Value Unspecified>

#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>

#Parameter: b_launchNETCA
#Type: Boolean
b_launchNETCA=<Value Unspecified>


[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=<Value Unspecified>

#Parameter: b_launchEMCA
#Type: Boolean
b_launchEMCA=<Value Unspecified>


[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=<Value Unspecified>

#Parameter: sl_migrateSIDDialogReturn
#Type: StringList
sl_migrateSIDDialogReturn=<Value Unspecified>

#Parameter: s_sidToMigrate
#Type: String
s_sidToMigrate=<Value Unspecified>

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=<Value Unspecified>

#Parameter: b_rdbmsInstalling
#Type: Boolean
b_rdbmsInstalling=<Value Unspecified>

#Parameter: b_noMigration
#Type: Boolean
b_noMigration=<Value Unspecified>


[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=<Value Unspecified>


[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=<Value Unspecified>

#Parameter: s_emca_responseFileName
#Type: String
s_emca_responseFileName=<Value Unspecified>

#Parameter: launchEMCA
#Type: Boolean
launchEMCA=<Value Unspecified>

#Parameter: isTypicalInstall
#Type: Boolean
isTypicalInstall=<Value Unspecified>

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

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

#Parameter: AUTOSVC
#Type: String
AUTOSVC=<Value Unspecified>


[oracle.cartridges.locator_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>


[oracle.isearch.server_9.2.0.1.0]
#Parameter: b_iAS
#Type: Boolean
b_iAS=<Value Unspecified>


[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=<Value Unspecified>


[oracle.options.ano.sns_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>


[oracle.java.javavm_9.2.0.1.0]
#Parameter: b_javavmIsInstalling
#Type: Boolean
b_javavmIsInstalling=<Value Unspecified>


[oracle.networking.cman_9.2.0.1.0]
#Parameter: s_unixOSDMakePath
#Type: String
s_unixOSDMakePath=<Value Unspecified>

#Parameter: s_makeLogFile
#Type: String
s_makeLogFile=<Value Unspecified>

#Parameter: s_installLogDir
#Type: String
s_installLogDir=<Value Unspecified>


[oracle.tg.tg4sybs_9.2.0.1.0]
#Parameter: sl_sybSerRetVal
#Type: StringList
sl_sybSerRetVal=<Value Unspecified>

#Parameter: s_sybRetDir
#Type: String
s_sybRetDir=<Value Unspecified>

#Parameter: n_sybLibVer
#Type: Number
n_sybLibVer=<Value Unspecified>


[oracle.cartridges.context_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>


[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=<Value Unspecified>

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

#Parameter: s_jservPort
#Type: String
#Description: The port Apache JServ listens to
s_jservPort=<Value Unspecified>

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

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

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

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

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

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

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

#Parameter: b_apacheInstalling
#Type: Boolean
#Description: Set to true and passed to oem agent
b_apacheInstalling=<Value Unspecified>

#Parameter: s_topDir
#Type: String
#Description: APACHE_TOP directory for Apache Web Server
s_topDir=<Value Unspecified>

#Parameter: s_jvm
#Type: String
#Description: Path to the Java Virtual Machine
s_jvm=<Value Unspecified>

#Parameter: ServerRoot
#Type: String
#Description: Apache Server root directory
ServerRoot=<Value Unspecified>

#Parameter: JDK_HOME
#Type: String
#Description: JDK home location
JDK_HOME=<Value Unspecified>

#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=<Value Unspecified>

#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=<Value Unspecified>

#Parameter: s_oracleJservPropertiesFile
#Type: String
#Description: Location of the Jserv.properties file
s_oracleJservPropertiesFile=<Value Unspecified>


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


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

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

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

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

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

#Parameter: PG4MQ_SID
#Type: String
#Description: PG4MQ_SID
PG4MQ_SID=<Value Required>
#安装Transcation Getway时必须

#Parameter: ORACLE_SID
#Type: String
#Description: ORACLE_SID
ORACLE_SID=<Value Required>
#安装Transcation Getway时必须

#Parameter: MQ_SERVER
#Type: String
#Description: MQ_SERVER
MQ_SERVER=<Value Required>
#安装Transcation Getway时必须

#Parameter: MQ_MANAGER
#Type: String
#Description: MQ_MANAGER
MQ_MANAGER=<Value Required>
#安装Transcation Getway时必须

#Parameter: DB_DOMAIN
#Type: String
#Description: DB_DOMAIN
DB_DOMAIN=<Value Required>
#安装Transcation Getway时必须


[oracle.rdbms.nid_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>


[oracle.emprod.agent_ext.emd_agentext_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>


[oracle.emprod.agent_ext.ows_agentext_9.2.0.1.0]
#Parameter: s_apacheVersionNumber
#Type: String
s_apacheVersionNumber=<Value Unspecified>

#Parameter: b_apacheInstalling
#Type: Boolean
b_apacheInstalling=<Value Unspecified>


[oracle.rdbms.ds_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>


[oracle.isearch.is_common_9.2.0.1.0]
#Parameter: b_iAS
#Type: Boolean
b_iAS=<Value Unspecified>


[oracle.emprod.oemagent_9.2.0.1.0]
#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=<Value Unspecified>


[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=<Value Unspecified>

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=<Value Unspecified>

#Parameter: b_launchAgentCA
#Type: Boolean
b_launchAgentCA=<Value Unspecified>


[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=<Value Unspecified>

#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=<Value Unspecified>

#Parameter: s_responseFileName
#Type: String
s_responseFileName=<Value Unspecified>

#Parameter: s_oidPasswd
#Type: String
s_oidPasswd=<Value Unspecified>

#Parameter: s_oidAdmin
#Type: String
s_oidAdmin=<Value Unspecified>

#Parameter: s_instType
#Type: String
s_instType=<Value Unspecified>

#Parameter: s_globalDBName
#Type: String
s_globalDBName=<Value Unspecified>

#Parameter: s_dbRetChoice
#Type: String
s_dbRetChoice=<Value Unspecified>

#Parameter: s_dbRetChar
#Type: String
s_dbRetChar=<Value Unspecified>

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=<Value Unspecified>

#Parameter: ps_dbCharSet
#Type: String
ps_dbCharSet=<Value Unspecified>

#Parameter: pb_askMountPoint
#Type: Boolean
pb_askMountPoint=<Value Unspecified>

#Parameter: b_showCharsetDialog
#Type: Boolean
b_showCharsetDialog=<Value Unspecified>

#Parameter: b_rdbmsInstalling
#Type: Boolean
b_rdbmsInstalling=<Value Unspecified>

#Parameter: b_noMigration
#Type: Boolean
b_noMigration=<Value Unspecified>

#Parameter: b_lowResource
#Type: Boolean
b_lowResource=<Value Unspecified>

#Parameter: b_iAS
#Type: Boolean
b_iAS=<Value Unspecified>

#Parameter: b_createStarterDBReturn
#Type: Boolean
b_createStarterDBReturn=<Value Unspecified>

#Parameter: b_configureOid
#Type: Boolean
b_configureOid=<Value Unspecified>

#Parameter: CLUSTER_SERVICES
#Type: String
CLUSTER_SERVICES=<Value Unspecified>

#Parameter: s_dbcaProgressOnly
#Type: String
s_dbcaProgressOnly=<Value Unspecified>

#Parameter: s_cfgname
#Type: String
s_cfgname=<Value Unspecified>

#Parameter: pn_softwareSize
#Type: Number
pn_softwareSize=<Value Unspecified>

#Parameter: b_passwdDialog
#Type: Boolean
b_passwdDialog=<Value Unspecified>

#Parameter: s_seedLocation
#Type: String
s_seedLocation=<Value Unspecified>

#Parameter: ps_mountPoint
#Type: String
ps_mountPoint=<Value Unspecified>

#Parameter: pn_databaseSize
#Type: Number
pn_databaseSize=<Value Unspecified>

#Parameter: s_templateValue
#Type: String
s_templateValue=<Value Unspecified>

#Parameter: s_dbSid
#Type: String
s_dbSid=<Value Unspecified>

#Parameter: s_mountPoint
#Type: String
s_mountPoint=<Value Unspecified>


[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=<Value Unspecified>


[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=<Value Unspecified>

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


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

#Parameter: s_oc4jdeployini
#Type: String
#Description: Refer to deploy.ini under OH\j2ee\deploy.ini
s_oc4jdeployini=<Value Unspecified>

#Parameter: APACHE_HOME
#Type: String
#Description: Apache Home directory.
APACHE_HOME=<Value Unspecified>


[oracle.rdbms.ovm_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>


[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=<Value Unspecified>


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

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


[oracle.networking.netsrv_9.2.0.1.0]
#Parameter: b_net8ServerIsInstalling
#Type: Boolean
b_net8ServerIsInstalling=<Value Unspecified>


[oracle.networking.netclt_9.2.0.1.0]
#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=<Value Unspecified>

#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>

#Parameter: b_rdbmsInstalling
#Type: Boolean
b_rdbmsInstalling=<Value Unspecified>

#Parameter: b_net8ServerInstalling
#Type: Boolean
b_net8ServerInstalling=<Value Unspecified>

#Parameter: b_launchNETCA
#Type: Boolean
b_launchNETCA=<Value Unspecified>

#Parameter: b_javavmIsInstalling
#Type: Boolean
b_javavmIsInstalling=<Value Unspecified>

#Parameter: b_cmanIsInstalling
#Type: Boolean
b_cmanIsInstalling=<Value Unspecified>

#Parameter: b_anoIsInstalling
#Type: Boolean
b_anoIsInstalling=<Value Unspecified>

#Parameter: s_netCAInstalledProducts
#Type: String
s_netCAInstalledProducts=<Value Unspecified>


[oracle.rdbms.common_schema_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>


[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=<Value Unspecified>

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

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

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


[oracle.oid.tools_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>


[oracle.options.ops.pfs_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>


[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=<Value Unspecified>

#Parameter: s_responseFileName
#Type: String
s_responseFileName=<Value Unspecified>

#Parameter: s_netCAInstalledProtocols
#Type: String
s_netCAInstalledProtocols=<Value Unspecified>

#Parameter: s_netCAInstalledProducts
#Type: String
s_netCAInstalledProducts=<Value Unspecified>

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=<Value Unspecified>

#Parameter: b_launchNETCA
#Type: Boolean
b_launchNETCA=<Value Unspecified>


[oracle.install.instcommon_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>


[oracle.rsf_9.2.0.1.0]
#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=<Value Unspecified>

#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>


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

#Parameter: s_jservPort
#Type: String
#Description: The port Apache JServ listens to
s_jservPort=<Value Unspecified>

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

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

#Parameter: s_topDir
#Type: String
#Description: APACHE_TOP directory for Apache Web Server
s_topDir=<Value Unspecified>

#Parameter: s_jvm
#Type: String
#Description: Path to the Java Virtual Machine
s_jvm=<Value Unspecified>

#Parameter: APACHE_HOME
#Type: String
#Description: location of apache home
APACHE_HOME=<Value Unspecified>

#Parameter: s_oracleApacheConfigFile
#Type: String
#Description: location of the oracle_apache.conf file
s_oracleApacheConfigFile=<Value Unspecified>

#Parameter: s_oracleJservPropertiesFile
#Type: String
#Description: Location of the jserv.properties file
s_oracleJservPropertiesFile=<Value Unspecified>


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


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


[oracle.rdbms.aqapi_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>


[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=<Value Unspecified>

#Parameter: sl_OHs
#Type: StringList
#Description: Holds oracle homes on machine
sl_OHs=<Value Unspecified>

#Parameter: s_apacheServerAppendText
#Type: String
#Description: This variable holds a concatenation of port configurations for apache server
s_apacheServerAppendText=<Value Required>
#安装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=<Value Unspecified>

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

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

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

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

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

#Parameter: s_topDir
#Type: String
#Description: top level directory for Apache Web Server
s_topDir=<Value Unspecified>

#Parameter: ServerRoot
#Type: String
#Description: root directory of apache server
ServerRoot=<Value Unspecified>

#Parameter: APACHE_HOME
#Type: String
#Description: Apache location off of ORACLE_HOME
APACHE_HOME=<Value Unspecified>


[oracle.rsf.hybrid_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>


[oracle.rsf.net_rsf_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>


[oracle.rsf.nlsrtl_rsf_9.2.0.1.0]
#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=<Value Unspecified>


[oracle.jdk_1.3.1.0.0b]
#Parameter: JDKHome
#Type: String
JDKHome=<Value Unspecified>

#Parameter: s_rac
#Type: String
s_rac=<Value Unspecified>

#Parameter: s_jdk
#Type: String
s_jdk=<Value Unspecified>


[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=<Value Unspecified>


[oracle.rsf.ssl_rsf_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>


[oracle.rsf.rdbms_rsf_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>


[oracle.doc.unixdoc_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>


[oracle.rsf.xdk_rsf_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecified>


[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=<Value Unspecified>

#Parameter: s_serverInstallType
#Type: String
s_serverInstallType=<Value Unspecified>

#Parameter: s_cfgtyperet
#Type: String
s_cfgtyperet=<Value Unspecified>


[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=<Value Unspecified>

#Parameter: InstLocProp
#Type: String
InstLocProp=<Value Unspecified>


[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=<Value Unspecified>

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


[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=<Value Unspecified>

#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecified>

本文地址:http://com.8s8s.com/it/it19088.htm