一个最近安装的程序:提供一个Oracle9201Server安装的ResponseFile



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

将以下内容存为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类型, 可选择 3项中项:
# 内部名称 版本 : 外部名称
# 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 Unspecied>

#当前安装失败时是否允许用户其他操作,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, : Simplied 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类型
#以内部名称进行配置, 3者选其
# 内部名称 : 外部名称
# 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 Unspecied>

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

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

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

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

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

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

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


[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 Unspecied>

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

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


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

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

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

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


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


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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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


[oracle.utilities.util_9.2.0.1.0]


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

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


[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 Unspecied>

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

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


[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 Unspecied>

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


[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 _disibledevent=>OPTIONAL_CONFIG_TOOLS=<Value Unspecied>

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

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

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

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

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


[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.ermedia.imserver_9.2.0.1.0]
#Parameter: s_bundleName
#Type: String
s_bundleName=<Value Unspecied>


[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 _disibledevent=>OPTIONAL_CONFIG_TOOLS=<Value Unspecied>

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

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

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

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

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

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


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


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


[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 Unspecied>


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


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


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

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

#Parameter: s_LogDir
#Type: String
s_LogDir=<Value Unspecied>


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

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

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


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


[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 _disibledevent=>OPTIONAL_CONFIG_TOOLS=<Value Unspecied>

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

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

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

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

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

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

#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: Sub of s_NLSLANG
s_LANGUAGE_TERRITORY=<Value Required>
#安装Apache Http Server时必须

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

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

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

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

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

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

#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 Unspecied>

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

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


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


[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 ed _disibledevent=>#安装Transcation Getway时必须

#Parameter: varMQM
#Type: Number
#Description: dialogLocation 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 Unspecied>


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


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

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


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


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


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


[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 _disibledevent=>OPTIONAL_CONFIG_TOOLS=<Value Unspecied>

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

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


[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 _disibledevent=>OPTIONAL_CONFIG_TOOLS=<Value Unspecied>

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

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

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

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

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

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

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

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

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

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

#Parameter: pb_askMountPo
#Type: Boolean
pb_askMountPo=<Value Unspecied>

#Parameter: b_showCharDialog
#Type: Boolean
b_showCharDialog=<Value Unspecied>

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

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

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

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

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

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

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

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

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

#Parameter: pn_softwareSize


#Type: Number
pn_softwareSize=<Value Unspecied>

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

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

#Parameter: ps_mountPo
#Type: String
ps_mountPo=<Value Unspecied>

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

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

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

#Parameter: s_mountPo
#Type: String
s_mountPo=<Value Unspecied>


[oracle.soap.srv_2.0.0.0.0a]
#Parameter: b_serverInstalled
#Type: Boolean
#Description: to true and passed to client when server is ed.
b_serverInstalled=<Value Unspecied>


[oracle.soap.cli_2.0.0.0.0a]
#Parameter: b_serverInstalled
#Type: Boolean
#Description: Bool to true soap server is ed.
b_serverInstalled=<Value Unspecied>

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


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

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

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


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


[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 _disibledevent=>OPTIONAL_CONFIG_TOOLS=<Value Unspecied>


[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 Unspecied>


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

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

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

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

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

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

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

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

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


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


[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 Unspecied>

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

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

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


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




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


[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 _disibledevent=>OPTIONAL_CONFIG_TOOLS=<Value Unspecied>

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

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

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

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

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


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


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

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


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

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

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

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

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

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

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

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

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


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


[oracle.ocs4j_2.1.0.0.0a]
#Parameter: s_cachePort
#Type: String
#Description: Port to run local cache service _disibledevent=>
[oracle.rdbms.aqapi_9.2.0.1.0]
#Parameter: s_OPSSelectedNodes
#Type: String
s_OPSSelectedNodes=<Value Unspecied>


[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 _disibledevent=>OPTIONAL_CONFIG_TOOLS=<Value Unspecied>

#Parameter: sl_OHs
#Type: StringList
#Description: Holds oracle homes _disibledevent=>#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 Unspecied>

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

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


s_apachePort=<Value Unspecied>

#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 Unspecied>

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

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

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

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


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


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


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


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

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

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


[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 Unspecied>


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


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


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


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


[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 _disibledevent=>OPTIONAL_CONFIG_TOOLS=<Value Unspecied>

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

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


[oracle.swd.oui_2.2.0.12.0]
#Parameter: PROD_HOME
#Type: String
#Description: Complete path where the product needs to be ed.
#Example : PROD_HOME = "C:\\ProductName"
PROD_HOME=<Value Unspecied>

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


[oracle.swd.jre_1.1.8.3.0]
#Parameter: PROD_HOME
#Type: String
#Description: Complete path where the product needs to be ed.
#Example : PROD_HOME = "C:\\ProductName"
PROD_HOME=<Value Unspecied>

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


[oracle.swd.jre_1.3.1.0.0]
#Parameter: PROD_HOME
#Type: String
#Description: Complete path where the product needs to be ed.
#Example : PROD_HOME = "C:\\ProductName"
PROD_HOME=<Value Unspecied>

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



Tags: 

延伸阅读

最新评论

发表评论