提供一个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

没有说明的参数使用默认值就可以了,无需特殊配置

**注意:

   1<value required="">部分必须给与明确的配置内容   
   2** #═════════════════════════════════════════════════════════════════════════# 
   3
   4[General]   
   5RESPONSEFILE_VERSION=1.7.0 
   6
   7#安装操作的常规参数   
   8[SESSION]   
   9#安装操作的用户组名称,UNIX下为dba,Windows下为ORA_DBA   
  10#字符串类型   
  11UNIX_GROUP_NAME="dba" 
  12
  13#ORACLE安装目录, 字符串类型, 必须指定, 且要求完整路径   
  14ORACLE_HOME="/oracle/product/9.2.0" 
  15
  16#安装盘上的版本标签号,一般可以在stage目录下的disk.label文件中找到   
  17#该参数在多个盘安装的时候使用   
  18#字符串类型   
  19FROM_LOCATION_CD_LABEL="orcl920" 
  20
  21#安装产品包文件products.jar所在位置,在第一个安装盘的stage目录下,补丁盘也是   
  22#需要完整路径,字符串类型   
  23FROM_LOCATION="/orainst/Disk1/stage/products.jar" 
  24
  25#其他安装盘路径名,需要完整路径,字符串类型   
  26LOCATION_FOR_DISK2="/orainst/Disk2"   
  27LOCATION_FOR_DISK3="/orainst/Disk3"   
  28LOCATION_FOR_DISK4="/orainst/Disk4" 
  29
  30#ORACLE安装目录的别名, String类型 ,UNIX下一般为ORACLE_HOME, Windows下一般为OraHOME   
  31ORACLE_HOME_NAME="ORACLE_HOME" 
  32
  33#顶级安装方式,这里选择服务端,使用内部名称和版本进行设置   
  34#StringList类型, 可选择三项中的一项:   
  35# 内部名称 版本 : 外部名称   
  36# oracle.server, 9.2.0.1.0 : Oracle9i Database 9.2.0.1.0   
  37# oracle.client, 9.2.0.1.0 : Oracle9i Client 9.2.0.1.0   
  38# oracle.infrastructure, 9.2.0.1.0 : Oracle9i Management and Integration 9.2.0.1.0   
  39TOPLEVEL_COMPONENT={"oracle.server","9.2.0.1.0"} 
  40
  41#卸载列表,配置内容同TOPLEVEL_COMPONENT   
  42#DEINSTALL_LIST={"oracle.server","9.2.0.1.0"}   
  43DEINSTALL_LIST={} 
  44
  45#是否显示动画,Boolean类型   
  46SHOW_SPLASH_SCREEN=false 
  47
  48#是否显示欢迎界面,Boolean类型   
  49SHOW_WELCOME_PAGE=false 
  50
  51#是否显示安装文件路径和目标路径设置界面,Boolean类型   
  52SHOW_COMPONENT_LOCATIONS_PAGE=false 
  53
  54#是否显示定制列表界面,Boolean类型   
  55#此处设定显示,以便在安装前再次调整并确认安装   
  56SHOW_CUSTOM_TREE_PAGE=true 
  57
  58#是否显示最总要安装的内容的汇总界面,Boolean类型   
  59SHOW_SUMMARY_PAGE=true 
  60
  61#是否显示安装过程界面,Boolean类型   
  62SHOW_INSTALL_PROGRESS_PAGE=false 
  63
  64#是否运行必须配置工具进行相关配置,Boolean类型   
  65SHOW_REQUIRED_CONFIG_TOOL_PAGE=true 
  66
  67#是否运行可选配置工具进行相关配置,Boolean类型   
  68#比如netca dbca之类的助手   
  69SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false 
  70
  71#是否显示版本声明界面,Boolean类型   
  72SHOW_RELEASE_NOTES=false 
  73
  74#是否显示root.sh脚本运行确认界面,Boolean类型   
  75SHOW_ROOTSH_CONFIRMATION=true 
  76
  77#是否显示安装结束界面,Boolean类型   
  78SHOW_END_SESSION_PAGE=true 
  79
  80#是否显示退出安装的确认界面,Boolean类型   
  81SHOW_EXIT_CONFIRMATION=false 
  82
  83#是否进行下一安装操作,Boolean类型   
  84NEXT_SESSION=false 
  85
  86#下一个安装操作的response文件,字符串类型   
  87NEXT_SESSION_RESPONSE=<value unspecified="">
  88
  89#当前安装失败时是否允许用户调用其他操作,Boolean类型   
  90#该参数当NEXT_SESSION=true时有效   
  91NEXT_SESSION_ON_FAIL=true 
  92
  93#是否显示卸载确认界面,Boolean类型   
  94SHOW_DEINSTALL_CONFIRMATION=true 
  95
  96#是否显示卸载进度界面,Boolean类型   
  97SHOW_DEINSTALL_PROGRESS=false 
  98
  99  
 100[oracle.server_9.2.0.1.0]   
 101#语言,这里用英语和简体中文, StringList类型, 使用内部名称进行配置   
 102#Windows下的安装该选项无效   
 103#有以下可选择项,可多选:   
 104# 内部名称 : 外部名称   
 105# en, : English   
 106# fr, : French   
 107# ar, : Arabic   
 108# bn, : Bengali   
 109# pt_BR, : Brazilian Portuguese   
 110# bg, : Bulgarian   
 111# fr_CA, : Canadian French   
 112# ca, : Catalan   
 113# hr, : Croatian   
 114# cs, : Czech   
 115# da, : Danish   
 116# nl, : Dutch   
 117# ar_EG, : Egyptian   
 118# en_GB, : English (United Kingdom)   
 119# et, : Estonian   
 120# fi, : Finnish   
 121# de, : German   
 122# el, : Greek   
 123# iw, : Hebrew   
 124# hu, : Hungarian   
 125# is, : Icelandic   
 126# in, : Indonesian   
 127# it, : Italian   
 128# ja, : Japanese   
 129# ko, : Korean   
 130# es, : Latin American Spanish   
 131# lv, : Latvian   
 132# lt, : Lithuanian   
 133# ms, : Malay   
 134# es_MX, : Mexican Spanish   
 135# no, : Norwegian   
 136# pl, : Polish   
 137# pt, : Portuguese   
 138# ro, : Romanian   
 139# ru, : Russian   
 140# zh_CN, : Simplified Chinese   
 141# sk, : Slovak   
 142# sl, : Slovenian   
 143# es_ES, : Spanish   
 144# sv, : Swedish   
 145# th, : Thai   
 146# zh_TW, : Traditional Chinese   
 147# tr, : Turkish   
 148# uk, : Ukrainian   
 149# vi, : Vietnamese   
 150COMPONENT_LANGUAGES={"en","zh_CN"} 
 151
 152#安装方式(企业版、标准版、定制),这里用定制, String类型   
 153#以内部名称进行配置,三者选其一   
 154# 内部名称 : 外部名称   
 155# EE, : Enterprise Edition   
 156# SE, : Standard Edition   
 157# Custom, : Custom   
 158INSTALL_TYPE="Custom" 
 159
 160#要安装的产品列表, StringList类型   
 161#其他段的DEPENDENCY_LIST配置方式相同   
 162#有以下选项,可多选,以内部名称和版本配置:   
 163# 内部名称 版本 : 外部名称   
 164# oracle.rdbms, 9.2.0.1.0 : Oracle9i 9.2.0.1.0   
 165# oracle.options, 9.2.0.1.0 : Enterprise Edition Options 9.2.0.1.0   
 166# oracle.networking, 9.2.0.1.0 : Oracle Net Services 9.2.0.1.0   
 167# oracle.emprod, 9.2.0.1.0 : Oracle Enterprise Manager Products 9.2.0.1.0   
 168# oracle.p2k.devtools, 9.2.0.1.0 : Oracle9i Development Kit 9.2.0.1.0   
 169# oracle.doc.unixdoc, 9.2.0.1.0 : Oracle9i for UNIX Documentation 9.2.0.1.0   
 170# oracle.apache, 1.3.22.0.0a : Oracle HTTP Server 9.2.0.1.0   
 171# oracle.tg, 9.2.0.1.0 : Oracle Transparent Gateways 9.2.0.1.0   
 172# oracle.apache.isqlplus, 9.2.0.1.0 : iSQL*Plus 9.2.0.1.0   
 173# oracle.java.jdbc, 9.2.0.1.0 : Oracle JDBC/OCI Interfaces 9.2.0.1.0   
 174# oracle.swd.oui, 2.0.0.9.0 : Oracle Universal Installer 2.2.0.12.0   
 175DEPENDENCY_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" }   
 176#,"oracle.doc.unixdoc","9.2.0.1.0","oracle.apache","9.2.0.1.0","oracle.tg","9.2.0.1.0" 
 177
 178#Parameter: s_serverInstallType   
 179#Type: String   
 180s_serverInstallType=<value unspecified="">
 181
 182#Parameter: s_selectedNodes   
 183#Type: String   
 184s_selectedNodes=<value unspecified="">
 185
 186#Parameter: s_dbcaProgressOnly   
 187#Type: String   
 188s_dbcaProgressOnly=<value unspecified="">
 189
 190#Parameter: s_cfgtyperet   
 191#Type: String   
 192s_cfgtyperet=<value unspecified="">
 193
 194#Parameter: s_bundleName   
 195#Type: String   
 196s_bundleName=<value unspecified="">
 197
 198#Parameter: b_rdbmsInstalling   
 199#Type: Boolean   
 200b_rdbmsInstalling=<value unspecified="">
 201
 202#Parameter: b_launchNETCA   
 203#Type: Boolean   
 204b_launchNETCA=<value unspecified="">
 205
 206#Parameter: b_autoStartApache   
 207#Type: Boolean   
 208b_autoStartApache=<value unspecified="">
 209
 210  
 211[oracle.options_9.2.0.1.0]   
 212#Enterprise Edition Options组件选择项   
 213# 内部名称 版本 : 外部名称   
 214# oracle.options.ano, 9.2.0.1.0 : Oracle Advanced Security 9.2.0.1.0   
 215# oracle.options.ops, 9.2.0.1.0 : Oracle9i Real Application Clusters 9.2.0.1.0   
 216# oracle.options.partitioning, 9.2.0.1.0 : Oracle Partitioning 9.2.0.1.0   
 217# oracle.cartridges.spatial, 9.2.0.1.0 : Oracle Spatial 9.2.0.1.0   
 218# oracle.rdbms.lbac, 9.2.0.1.0 : Oracle Label Security 9.2.0.1.0   
 219# oracle.options.olap, 9.2.0.1.0 : Oracle OLAP 9.2.0.1.0   
 220# oracle.options.odm, 9.2.0.1.0 : Oracle Data Mining 9.2.0.1.0   
 221DEPENDENCY_LIST={ "oracle.options.partitioning","9.2.0.1.0" }   
 222#"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" 
 223
 224#Parameter: s_serverInstallType   
 225#Type: String   
 226s_serverInstallType=<value unspecified="">
 227
 228#Parameter: s_cfgtyperet   
 229#Type: String   
 230s_cfgtyperet=<value unspecified="">
 231
 232#Parameter: s_bundleName   
 233#Type: String   
 234s_bundleName=<value unspecified="">
 235
 236  
 237[oracle.options.ops_9.2.0.1.0]   
 238#Parameter: s_serverInstallType   
 239#Type: String   
 240s_serverInstallType=<value unspecified="">
 241
 242#Parameter: s_cfgtyperet   
 243#Type: String   
 244s_cfgtyperet=<value unspecified="">
 245
 246#Parameter: s_OPSSelectedNodes   
 247#Type: String   
 248s_OPSSelectedNodes=<value unspecified="">
 249
 250#Parameter: s_rawDeviceName   
 251#Type: String   
 252s_rawDeviceName=<value unspecified="">
 253
 254  
 255[oracle.cartridges.spatial_9.2.0.1.0]   
 256#Parameter: s_bundleName   
 257#Type: String   
 258s_bundleName=<value unspecified="">
 259
 260  
 261[oracle.options.ano_9.2.0.1.0]   
 262#Parameter: s_bundleName   
 263#Type: String   
 264s_bundleName=<value unspecified="">
 265
 266#Parameter: s_OPSSelectedNodes   
 267#Type: String   
 268s_OPSSelectedNodes=<value unspecified="">
 269
 270  
 271[oracle.options.odm_9.2.0.1.0]   
 272#Parameter: s_OPSSelectedNodes   
 273#Type: String   
 274s_OPSSelectedNodes=<value unspecified="">
 275
 276  
 277[oracle.rdbms_9.2.0.1.0]   
 278#Parameter: sl_dbaOperGroups   
 279#Type: StringList   
 280sl_dbaOperGroups=<value unspecified="">
 281
 282#Parameter: s_serverInstallType   
 283#Type: String   
 284s_serverInstallType=<value unspecified="">
 285
 286#Parameter: s_nameOfBundle   
 287#Type: String   
 288s_nameOfBundle=<value unspecified="">
 289
 290#Parameter: s_dbcaProgressOnly   
 291#Type: String   
 292s_dbcaProgressOnly=<value unspecified="">
 293
 294#Parameter: s_cfgtyperet   
 295#Type: String   
 296s_cfgtyperet=<value unspecified="">
 297
 298#Parameter: s_bundleName   
 299#Type: String   
 300s_bundleName=<value unspecified="">
 301
 302#Parameter: s_OPSSelectedNodes   
 303#Type: String   
 304s_OPSSelectedNodes=<value unspecified="">
 305
 306#Parameter: s_OPSNodeInfoString   
 307#Type: String   
 308s_OPSNodeInfoString=<value unspecified="">
 309
 310#Parameter: s_OPSClusterUser   
 311#Type: String   
 312s_OPSClusterUser=<value unspecified="">
 313
 314#Parameter: s_OPSClusterPassword   
 315#Type: String   
 316s_OPSClusterPassword=<value unspecified="">
 317
 318#Parameter: s_GlobalDBName   
 319#Type: String   
 320s_GlobalDBName=<value unspecified="">
 321
 322#Parameter: b_rdbmsInstalling   
 323#Type: Boolean   
 324b_rdbmsInstalling=<value unspecified="">
 325
 326#Parameter: b_lowResource   
 327#Type: Boolean   
 328b_lowResource=<value unspecified="">
 329
 330#Parameter: b_javaOptionBeingInstalled   
 331#Type: Boolean   
 332b_javaOptionBeingInstalled=<value unspecified="">
 333
 334  
 335[oracle.utilities.util_9.2.0.1.0]   
 336#Parameter: s_OPSSelectedNodes   
 337#Type: String   
 338s_OPSSelectedNodes=<value unspecified="">
 339
 340#Parameter: b_rdbmsInstalling   
 341#Type: Boolean   
 342b_rdbmsInstalling=<value unspecified="">
 343
 344  
 345[oracle.networking_9.2.0.1.0]   
 346#Oracle Net Services组建选择项:   
 347# 内部名称 版本 : 外部名称   
 348# oracle.networking.netsrv, 9.2.0.1.0 : Oracle Net Listener 9.2.0.1.0   
 349# oracle.networking.cman, 9.2.0.1.0 : Oracle Connection Manager 9.2.0.1.0   
 350# oracle.networking.names, 9.2.0.1.0 : Oracle Names 9.2.0.1.0   
 351DEPENDENCY_LIST={ "oracle.networking.netsrv","9.2.0.1.0" } 
 352
 353#Parameter: s_cfgtyperet   
 354#Type: String   
 355s_cfgtyperet=<value unspecified="">
 356
 357#Parameter: s_bundleName   
 358#Type: String   
 359s_bundleName=<value unspecified="">
 360
 361#Parameter: b_launchNETCA   
 362#Type: Boolean   
 363b_launchNETCA=<value unspecified="">
 364
 365  
 366[oracle.emprod_9.2.0.1.0]   
 367#Oracle Enterprise Manager Products 组件安装选项   
 368#安装Enterprise Manager Web Site和Oracle Management Server需要安装Apache Http Server   
 369#安装后5项必须安装Enterprise Manager Client   
 370# 内部名称 版本 : 外部名称   
 371# oracle.emprod.oemagent, 9.2.0.1.0 : Oracle Intelligent Agent 9.2.0.1.0   
 372# oracle.sysman.website, 9.2.0.1.0 : Enterprise Manager Web Site 9.2.0.1.0   
 373# oracle.sysman.oms, 9.2.0.1.0 : Oracle Management Server 9.2.0.1.0   
 374# oracle.sysman.client, 9.2.0.1.0 : Enterprise Manager Client 9.2.0.1.0   
 375# oracle.sysman.pack.change, 9.2.0.1.0 : Oracle Change Management Pack 9.2.0.1.0   
 376# oracle.sysman.pack.diag, 9.2.0.1.0 : Oracle Diagnostics Pack 9.2.0.1.0   
 377# oracle.sysman.pack.tuning, 9.2.0.1.0 : Oracle Tuning Pack 9.2.0.1.0   
 378# oracle.sysman.pack.apps, 9.2.0.1.0 : Oracle Management Pack for Oracle Applications 9.2.0.1.0   
 379# oracle.sysman.pack.std, 9.2.0.1.0 : Oracle Management Pack for Oracle Standard Edition 9.2.0.1.0   
 380DEPENDENCY_LIST={"oracle.sysman.client","9.2.0.1.0" }   
 381#"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" } 
 382
 383#Parameter: s_cfgtyperet   
 384#Type: String   
 385s_cfgtyperet=<value unspecified="">
 386
 387#Parameter: b_launchEMCA   
 388#Type: Boolean   
 389b_launchEMCA=<value unspecified="">
 390
 391  
 392[oracle.assistants.dbma_9.2.0.1.0]   
 393#Parameter: OPTIONAL_CONFIG_TOOLS   
 394#Type: StringList   
 395#Description: List of Optional Config tools that needs to be launched.   
 396#The following choices are available. The value should contain only one of these choices.   
 397#The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.   
 398# dbma, : Database Upgrade Assistant   
 399#Example : OPTIONAL_CONFIG_TOOLS = {"dbma"}   
 400OPTIONAL_CONFIG_TOOLS=<value unspecified="">
 401
 402#Parameter: sl_migrateSIDDialogReturn   
 403#Type: StringList   
 404sl_migrateSIDDialogReturn=<value unspecified="">
 405
 406#Parameter: s_sidToMigrate   
 407#Type: String   
 408s_sidToMigrate=<value unspecified="">
 409
 410#Parameter: s_cfgtyperet   
 411#Type: String   
 412s_cfgtyperet=<value unspecified="">
 413
 414#Parameter: b_rdbmsInstalling   
 415#Type: Boolean   
 416b_rdbmsInstalling=<value unspecified="">
 417
 418#Parameter: b_noMigration   
 419#Type: Boolean   
 420b_noMigration=<value unspecified="">
 421
 422  
 423[oracle.p2k.devtools_9.2.0.1.0]   
 424Oracle9i Development Kit 组件安装选项   
 425# 内部名称 版本 : 外部名称   
 426# oracle.rdbms.occi, 9.2.0.1.0 : Oracle C++ Call Interface 9.2.0.1.0   
 427# oracle.rdbms.oci, 9.2.0.1.0 : Oracle Call Interface (OCI) 9.2.0.1.0   
 428# oracle.p2k, 9.2.0.1.0 : Oracle Programmer 9.2.0.1.0   
 429# oracle.p2k.xmldevkit, 9.2.0.1.0 : Oracle XML Developer's Kit 9.2.0.1.0   
 430DEPENDENCY_LIST={ "oracle.rdbms.occi","9.2.0.1.0","oracle.rdbms.oci","9.2.0.1.0","oracle.p2k","9.2.0.1.0" }   
 431#,"oracle.p2k.xmldevkit","9.2.0.1.0" 
 432
 433[oracle.options.intermedia.imserver_9.2.0.1.0]   
 434#Parameter: s_bundleName   
 435#Type: String   
 436s_bundleName=<value unspecified="">
 437
 438  
 439[oracle.sysman.oms_9.2.0.1.0]   
 440#Parameter: OPTIONAL_CONFIG_TOOLS   
 441#Type: StringList   
 442#Description: List of Optional Config tools that needs to be launched.   
 443#The following choices are available. The value should contain only one of these choices.   
 444#The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.   
 445# emca, : Enterprise Manager Configuration Assistant   
 446#Example : OPTIONAL_CONFIG_TOOLS = {"emca"}   
 447OPTIONAL_CONFIG_TOOLS=<value unspecified="">
 448
 449#Parameter: s_emca_responseFileName   
 450#Type: String   
 451s_emca_responseFileName=<value unspecified="">
 452
 453#Parameter: launchEMCA   
 454#Type: Boolean   
 455launchEMCA=<value unspecified="">
 456
 457#Parameter: isTypicalInstall   
 458#Type: Boolean   
 459isTypicalInstall=<value unspecified="">
 460
 461#Parameter: isSilentMode   
 462#Type: Boolean   
 463isSilentMode=<value required="">   
 464#使用EMCA进行配置时需要 
 465
 466#Parameter: ServerRepository_index   
 467#Type: Number   
 468ServerRepository_index=<value required="">   
 469#使用EMCA进行配置时需要 
 470
 471#Parameter: AUTOSVC   
 472#Type: String   
 473AUTOSVC=<value unspecified="">
 474
 475  
 476[oracle.cartridges.locator_9.2.0.1.0]   
 477#Parameter: s_bundleName   
 478#Type: String   
 479s_bundleName=<value unspecified="">
 480
 481  
 482[oracle.isearch.server_9.2.0.1.0]   
 483#Parameter: b_iAS   
 484#Type: Boolean   
 485b_iAS=<value unspecified="">
 486
 487  
 488[oracle.tg_9.2.0.1.0]   
 489Oracle Transparent Gateways 组建安装选项   
 490# 内部名称 版本 : 外部名称   
 491# oracle.tg.tg4sybs, 9.2.0.1.0 : Oracle Transparent Gateway for Sybase 9.2.0.1.0   
 492# oracle.tg.pg4mq, 9.2.0.1.0 : Oracle Procedural Gateway for IBM MQSeries 9.2.0.1.0   
 493# oracle.tg.pg4appc, 9.2.0.1.0 : Oracle Procedural Gateway for APPC 9.2.0.1.0   
 494# oracle.tg.tg4drda, 9.2.0.1.0 : Oracle Transparent Gateway for IBM DRDA 9.2.0.1.0   
 495DEPENDENCY_LIST=<value unspecified="">
 496
 497  
 498[oracle.options.ano.sns_9.2.0.1.0]   
 499#Parameter: s_bundleName   
 500#Type: String   
 501s_bundleName=<value unspecified="">
 502
 503  
 504[oracle.java.javavm_9.2.0.1.0]   
 505#Parameter: b_javavmIsInstalling   
 506#Type: Boolean   
 507b_javavmIsInstalling=<value unspecified="">
 508
 509  
 510[oracle.networking.cman_9.2.0.1.0]   
 511#Parameter: s_unixOSDMakePath   
 512#Type: String   
 513s_unixOSDMakePath=<value unspecified="">
 514
 515#Parameter: s_makeLogFile   
 516#Type: String   
 517s_makeLogFile=<value unspecified="">
 518
 519#Parameter: s_installLogDir   
 520#Type: String   
 521s_installLogDir=<value unspecified="">
 522
 523  
 524[oracle.tg.tg4sybs_9.2.0.1.0]   
 525#Parameter: sl_sybSerRetVal   
 526#Type: StringList   
 527sl_sybSerRetVal=<value unspecified="">
 528
 529#Parameter: s_sybRetDir   
 530#Type: String   
 531s_sybRetDir=<value unspecified="">
 532
 533#Parameter: n_sybLibVer   
 534#Type: Number   
 535n_sybLibVer=<value unspecified="">
 536
 537  
 538[oracle.cartridges.context_9.2.0.1.0]   
 539#Parameter: s_OPSSelectedNodes   
 540#Type: String   
 541s_OPSSelectedNodes=<value unspecified="">
 542
 543  
 544[oracle.apache_9.2.0.1.0]   
 545#Oracle HTTP Server 组件安装选项   
 546#安装Enterprise Manager Webserver Integration 9.2.0.1.0时必须   
 547#包括两个组件-Enterprise Manager Web Site / Oracle Management Server   
 548# 内部名称 版本 : 外部名称   
 549# oracle.emprod.agent_ext.ows_agentext, 9.2.0.0.0 : Oracle HTTP Server Extensions 9.2.0.1.0   
 550# oracle.apache.xdk, 9.2.0.0.0 : Apache Configuration for Oracle XML Developer's Kit 9.2.0.1.0   
 551# oracle.emprod.agent_ext.oecm_agentext, 9.2.0.0.0 : Oracle eBusiness Management Extensions 9.2.0.1.0   
 552# oracle.bc4j, 9.0.2.692.1 : BC4J Runtime for Database 9.0.2.692.1   
 553# oracle.webdb.modplsql, 3.0.9.8.3b : Oracle Mod PL/SQL Gateway 3.0.9.8.3b   
 554# oracle.webdb.modplsql, 3.0.9.8.3b : Oracle Mod PL/SQL Gateway 3.0.9.8.3b   
 555DEPENDENCY_LIST={ }   
 556#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" } 
 557
 558#Parameter: OPTIONAL_CONFIG_TOOLS   
 559#Type: StringList   
 560#Description: List of Optional Config tools that needs to be launched.   
 561#The following choices are available. The value should contain only one of these choices.   
 562#The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.   
 563# configtool1, : Starting HTTP Server   
 564# configtool2, : Starting Oracle HTTP service   
 565#Example : OPTIONAL_CONFIG_TOOLS = {"configtool1"}   
 566OPTIONAL_CONFIG_TOOLS=<value unspecified="">
 567
 568#Parameter: s_oracleSID   
 569#Type: String   
 570#Description: Oracle SID that can be passed in from top level install component.   
 571s_oracleSID=<value unspecified="">
 572
 573#Parameter: s_jservPort   
 574#Type: String   
 575#Description: The port Apache JServ listens to   
 576s_jservPort=<value unspecified="">
 577
 578#Parameter: s_apacheVersionNumber   
 579#Type: String   
 580#Description: version number of apache passed to oem agent   
 581s_apacheVersionNumber=<value unspecified="">
 582
 583#Parameter: s_apachePortSSL   
 584#Type: String   
 585#Description: Apache SSL port used when starting in ssl mode. Default 443   
 586s_apachePortSSL=<value unspecified="">
 587
 588#Parameter: s_apachePortNonSSL   
 589#Type: String   
 590#Description: Port number that apache uses when starting in non-ssl mode   
 591s_apachePortNonSSL=<value unspecified="">
 592
 593#Parameter: s_apachePort   
 594#Type: String   
 595#Description: Port number that apache uses when starting in ssl mode   
 596s_apachePort=<value unspecified="">
 597
 598#Parameter: s_NLSLANG   
 599#Type: String   
 600#Description: String to hold the NLS LANG value determined by GetNlsLangWindows q   
 601#uery.   
 602s_NLSLANG=<value required="">   
 603#安装Apache Http Server时必须 
 604
 605#Parameter: s_LANGUAGE_TERRITORY   
 606#Type: String   
 607#Description: Substring of s_NLSLANG   
 608s_LANGUAGE_TERRITORY=<value required="">   
 609#安装Apache Http Server时必须 
 610
 611#Parameter: b_autoStartApache   
 612#Type: Boolean   
 613#Description: Set to false if you do not want apache to start after installation   
 614b_autoStartApache=<value unspecified="">
 615
 616#Parameter: b_apacheInstalling   
 617#Type: Boolean   
 618#Description: Set to true and passed to oem agent   
 619b_apacheInstalling=<value unspecified="">
 620
 621#Parameter: s_topDir   
 622#Type: String   
 623#Description: APACHE_TOP directory for Apache Web Server   
 624s_topDir=<value unspecified="">
 625
 626#Parameter: s_jvm   
 627#Type: String   
 628#Description: Path to the Java Virtual Machine   
 629s_jvm=<value unspecified="">
 630
 631#Parameter: ServerRoot   
 632#Type: String   
 633#Description: Apache Server root directory   
 634ServerRoot=<value unspecified="">
 635
 636#Parameter: JDK_HOME   
 637#Type: String   
 638#Description: JDK home location   
 639JDK_HOME=<value unspecified="">
 640
 641#Parameter: APACHE_HOME   
 642#Type: String   
 643#Description: Main apache directory off of ORACLE_HOME where all components live under i.e. ORACLE_HOME/Apache   
 644APACHE_HOME=<value unspecified="">
 645
 646#Parameter: s_oracleApacheConfigFile   
 647#Type: String   
 648#Description: Location of oracle_apache.conf file to be passed to all modules that need to include there conf file.   
 649s_oracleApacheConfigFile=<value unspecified="">
 650
 651#Parameter: s_oracleJservPropertiesFile   
 652#Type: String   
 653#Description: Location of the Jserv.properties file   
 654s_oracleJservPropertiesFile=<value unspecified="">
 655
 656  
 657[oracle.soap.jserv_2.0.0.0.0a]   
 658#Parameter: s_soapPort   
 659#Type: String   
 660#Description: The port that SOAP/JServ listens to   
 661s_soapPort=<value unspecified="">
 662
 663  
 664[oracle.tg.pg4mq_9.2.0.1.0]   
 665#Parameter: varRemote   
 666#Type: StringList   
 667#Description: varRemote   
 668varRemote=<value required="">   
 669#安装Transcation Getway时必须 
 670
 671#Parameter: varPG4MQ   
 672#Type: String   
 673#Description: variable for pg4mqs or pg4mqc   
 674varPG4MQ=<value required="">   
 675#安装Transcation Getway时必须 
 676
 677#Parameter: varMkFile   
 678#Type: String   
 679#Description: Makefile name   
 680varMkFile=<value required="">   
 681#安装Transcation Getway时必须 
 682
 683#Parameter: varMQMLocal   
 684#Type: Boolean   
 685#Description: Is MQM installed on a Local machine ?   
 686varMQMLocal=<value required="">   
 687#安装Transcation Getway时必须 
 688
 689#Parameter: varMQM   
 690#Type: Number   
 691#Description: dialogLocation return value   
 692varMQM=<value required="">   
 693#安装Transcation Getway时必须 
 694
 695#Parameter: PG4MQ_SID   
 696#Type: String   
 697#Description: PG4MQ_SID   
 698PG4MQ_SID=<value required="">   
 699#安装Transcation Getway时必须 
 700
 701#Parameter: ORACLE_SID   
 702#Type: String   
 703#Description: ORACLE_SID   
 704ORACLE_SID=<value required="">   
 705#安装Transcation Getway时必须 
 706
 707#Parameter: MQ_SERVER   
 708#Type: String   
 709#Description: MQ_SERVER   
 710MQ_SERVER=<value required="">   
 711#安装Transcation Getway时必须 
 712
 713#Parameter: MQ_MANAGER   
 714#Type: String   
 715#Description: MQ_MANAGER   
 716MQ_MANAGER=<value required="">   
 717#安装Transcation Getway时必须 
 718
 719#Parameter: DB_DOMAIN   
 720#Type: String   
 721#Description: DB_DOMAIN   
 722DB_DOMAIN=<value required="">   
 723#安装Transcation Getway时必须 
 724
 725  
 726[oracle.rdbms.nid_9.2.0.1.0]   
 727#Parameter: s_OPSSelectedNodes   
 728#Type: String   
 729s_OPSSelectedNodes=<value unspecified="">
 730
 731  
 732[oracle.emprod.agent_ext.emd_agentext_9.2.0.1.0]   
 733#Parameter: s_OPSSelectedNodes   
 734#Type: String   
 735s_OPSSelectedNodes=<value unspecified="">
 736
 737  
 738[oracle.emprod.agent_ext.ows_agentext_9.2.0.1.0]   
 739#Parameter: s_apacheVersionNumber   
 740#Type: String   
 741s_apacheVersionNumber=<value unspecified="">
 742
 743#Parameter: b_apacheInstalling   
 744#Type: Boolean   
 745b_apacheInstalling=<value unspecified="">
 746
 747  
 748[oracle.rdbms.ds_9.2.0.1.0]   
 749#Parameter: s_OPSSelectedNodes   
 750#Type: String   
 751s_OPSSelectedNodes=<value unspecified="">
 752
 753  
 754[oracle.isearch.is_common_9.2.0.1.0]   
 755#Parameter: b_iAS   
 756#Type: Boolean   
 757b_iAS=<value unspecified="">
 758
 759  
 760[oracle.emprod.oemagent_9.2.0.1.0]   
 761#Parameter: s_cfgtyperet   
 762#Type: String   
 763s_cfgtyperet=<value unspecified="">
 764
 765  
 766[oracle.emprod.oemagent.agentca_9.2.0.1.0]   
 767#Parameter: OPTIONAL_CONFIG_TOOLS   
 768#Type: StringList   
 769#Description: List of Optional Config tools that needs to be launched.   
 770#The following choices are available. The value should contain only one of these choices.   
 771#The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.   
 772# agentca, : Agent Configuration Assistant   
 773#Example : OPTIONAL_CONFIG_TOOLS = {"agentca"}   
 774OPTIONAL_CONFIG_TOOLS=<value unspecified="">
 775
 776#Parameter: s_cfgtyperet   
 777#Type: String   
 778s_cfgtyperet=<value unspecified="">
 779
 780#Parameter: b_launchAgentCA   
 781#Type: Boolean   
 782b_launchAgentCA=<value unspecified="">
 783
 784  
 785[oracle.assistants.dbca_9.2.0.1.0]   
 786#Parameter: OPTIONAL_CONFIG_TOOLS   
 787#Type: StringList   
 788#Description: List of Optional Config tools that needs to be launched.   
 789#The following choices are available. The value should contain only one of these choices.   
 790#The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.   
 791# dbca, : Oracle Database Configuration Assistant   
 792#Example : OPTIONAL_CONFIG_TOOLS = {"dbca"}   
 793OPTIONAL_CONFIG_TOOLS=<value unspecified="">
 794
 795#Parameter: s_serverInstallType   
 796#Type: String   
 797s_serverInstallType=<value unspecified="">
 798
 799#Parameter: s_responseFileName   
 800#Type: String   
 801s_responseFileName=<value unspecified="">
 802
 803#Parameter: s_oidPasswd   
 804#Type: String   
 805s_oidPasswd=<value unspecified="">
 806
 807#Parameter: s_oidAdmin   
 808#Type: String   
 809s_oidAdmin=<value unspecified="">
 810
 811#Parameter: s_instType   
 812#Type: String   
 813s_instType=<value unspecified="">
 814
 815#Parameter: s_globalDBName   
 816#Type: String   
 817s_globalDBName=<value unspecified="">
 818
 819#Parameter: s_dbRetChoice   
 820#Type: String   
 821s_dbRetChoice=<value unspecified="">
 822
 823#Parameter: s_dbRetChar   
 824#Type: String   
 825s_dbRetChar=<value unspecified="">
 826
 827#Parameter: s_cfgtyperet   
 828#Type: String   
 829s_cfgtyperet=<value unspecified="">
 830
 831#Parameter: ps_dbCharSet   
 832#Type: String   
 833ps_dbCharSet=<value unspecified="">
 834
 835#Parameter: pb_askMountPoint   
 836#Type: Boolean   
 837pb_askMountPoint=<value unspecified="">
 838
 839#Parameter: b_showCharsetDialog   
 840#Type: Boolean   
 841b_showCharsetDialog=<value unspecified="">
 842
 843#Parameter: b_rdbmsInstalling   
 844#Type: Boolean   
 845b_rdbmsInstalling=<value unspecified="">
 846
 847#Parameter: b_noMigration   
 848#Type: Boolean   
 849b_noMigration=<value unspecified="">
 850
 851#Parameter: b_lowResource   
 852#Type: Boolean   
 853b_lowResource=<value unspecified="">
 854
 855#Parameter: b_iAS   
 856#Type: Boolean   
 857b_iAS=<value unspecified="">
 858
 859#Parameter: b_createStarterDBReturn   
 860#Type: Boolean   
 861b_createStarterDBReturn=<value unspecified="">
 862
 863#Parameter: b_configureOid   
 864#Type: Boolean   
 865b_configureOid=<value unspecified="">
 866
 867#Parameter: CLUSTER_SERVICES   
 868#Type: String   
 869CLUSTER_SERVICES=<value unspecified="">
 870
 871#Parameter: s_dbcaProgressOnly   
 872#Type: String   
 873s_dbcaProgressOnly=<value unspecified="">
 874
 875#Parameter: s_cfgname   
 876#Type: String   
 877s_cfgname=<value unspecified="">
 878
 879#Parameter: pn_softwareSize   
 880#Type: Number   
 881pn_softwareSize=<value unspecified="">
 882
 883#Parameter: b_passwdDialog   
 884#Type: Boolean   
 885b_passwdDialog=<value unspecified="">
 886
 887#Parameter: s_seedLocation   
 888#Type: String   
 889s_seedLocation=<value unspecified="">
 890
 891#Parameter: ps_mountPoint   
 892#Type: String   
 893ps_mountPoint=<value unspecified="">
 894
 895#Parameter: pn_databaseSize   
 896#Type: Number   
 897pn_databaseSize=<value unspecified="">
 898
 899#Parameter: s_templateValue   
 900#Type: String   
 901s_templateValue=<value unspecified="">
 902
 903#Parameter: s_dbSid   
 904#Type: String   
 905s_dbSid=<value unspecified="">
 906
 907#Parameter: s_mountPoint   
 908#Type: String   
 909s_mountPoint=<value unspecified="">
 910
 911  
 912[oracle.soap.srv_2.0.0.0.0a]   
 913#Parameter: b_serverInstalled   
 914#Type: Boolean   
 915#Description: set to true and passed to client when server is installed.   
 916b_serverInstalled=<value unspecified="">
 917
 918  
 919[oracle.soap.cli_2.0.0.0.0a]   
 920#Parameter: b_serverInstalled   
 921#Type: Boolean   
 922#Description: Bool set to true if soap server is installed.   
 923b_serverInstalled=<value unspecified="">
 924
 925#Parameter: s_hostPort   
 926#Type: String   
 927#Description: Host and Port number used in url to soap server   
 928s_hostPort=<value unspecified="">
 929
 930  
 931[oracle.bc4j_9.0.2.692.1]   
 932#Parameter: s_oracleJservPropertiesFile   
 933#Type: String   
 934#Description: Location of the JServ Properties file   
 935s_oracleJservPropertiesFile=<value unspecified="">
 936
 937#Parameter: s_oc4jdeployini   
 938#Type: String   
 939#Description: Refer to deploy.ini under OH\j2ee\deploy.ini   
 940s_oc4jdeployini=<value unspecified="">
 941
 942#Parameter: APACHE_HOME   
 943#Type: String   
 944#Description: Apache Home directory.   
 945APACHE_HOME=<value unspecified="">
 946
 947  
 948[oracle.rdbms.ovm_9.2.0.1.0]   
 949#Parameter: s_OPSSelectedNodes   
 950#Type: String   
 951s_OPSSelectedNodes=<value unspecified="">
 952
 953  
 954[oracle.sysman.emcommon_9.2.0.1.0]   
 955#Parameter: OPTIONAL_CONFIG_TOOLS   
 956#Type: StringList   
 957#Description: List of Optional Config tools that needs to be launched.   
 958#The following choices are available. The value should contain only one of these choices.   
 959#The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.   
 960# console, : LaunchOEM   
 961#Example : OPTIONAL_CONFIG_TOOLS = {"console"}   
 962OPTIONAL_CONFIG_TOOLS=<value unspecified="">
 963
 964  
 965[oracle.tg.tg4drda_9.2.0.1.0]   
 966#Parameter: varDRDANETSEL   
 967#Type: Number   
 968#Description: Network Product Selection index for Dialog   
 969varDRDANETSEL=<value required="">   
 970#安装Oracle Transparent Gateway for IBM DRDA时必须 
 971
 972#Parameter: varDRDANETPROD   
 973#Type: String   
 974#Description: Names the Network product &amp; version for gensnalib   
 975varDRDANETPROD=<value required="">   
 976#安装Oracle Transparent Gateway for IBM DRDA时必须 
 977
 978  
 979[oracle.networking.netsrv_9.2.0.1.0]   
 980#Parameter: b_net8ServerIsInstalling   
 981#Type: Boolean   
 982b_net8ServerIsInstalling=<value unspecified="">
 983
 984  
 985[oracle.networking.netclt_9.2.0.1.0]   
 986#Parameter: s_cfgtyperet   
 987#Type: String   
 988s_cfgtyperet=<value unspecified="">
 989
 990#Parameter: s_bundleName   
 991#Type: String   
 992s_bundleName=<value unspecified="">
 993
 994#Parameter: b_rdbmsInstalling   
 995#Type: Boolean   
 996b_rdbmsInstalling=<value unspecified="">
 997
 998#Parameter: b_net8ServerInstalling   
 999#Type: Boolean   
1000b_net8ServerInstalling=<value unspecified="">
1001
1002#Parameter: b_launchNETCA   
1003#Type: Boolean   
1004b_launchNETCA=<value unspecified="">
1005
1006#Parameter: b_javavmIsInstalling   
1007#Type: Boolean   
1008b_javavmIsInstalling=<value unspecified="">
1009
1010#Parameter: b_cmanIsInstalling   
1011#Type: Boolean   
1012b_cmanIsInstalling=<value unspecified="">
1013
1014#Parameter: b_anoIsInstalling   
1015#Type: Boolean   
1016b_anoIsInstalling=<value unspecified="">
1017
1018#Parameter: s_netCAInstalledProducts   
1019#Type: String   
1020s_netCAInstalledProducts=<value unspecified="">
1021
1022  
1023[oracle.rdbms.common_schema_9.2.0.1.0]   
1024#Parameter: s_bundleName   
1025#Type: String   
1026s_bundleName=<value unspecified="">
1027
1028  
1029[oracle.webdb.modplsql_3.0.9.8.3b]   
1030#Parameter: s_oracleApacheConfigFile   
1031#Type: String   
1032#Description: The Apache config file oracle_apache.conf will be passed with this variable.   
1033s_oracleApacheConfigFile=<value unspecified="">
1034
1035#Parameter: plsql_cache_dir   
1036#Type: String   
1037#Description: This is the location of the cache directory.   
1038plsql_cache_dir=<value unspecified="">
1039
1040#Parameter: cookie_cache_dir   
1041#Type: String   
1042#Description: This variable holds the value of the cookie cache directory.   
1043cookie_cache_dir=<value unspecified="">
1044
1045#Parameter: APACHE_HOME   
1046#Type: String   
1047#Description: The directory location where Apache is installed.   
1048APACHE_HOME=<value unspecified="">
1049
1050  
1051[oracle.oid.tools_9.2.0.1.0]   
1052#Parameter: s_OPSSelectedNodes   
1053#Type: String   
1054s_OPSSelectedNodes=<value unspecified="">
1055
1056  
1057[oracle.options.ops.pfs_9.2.0.1.0]   
1058#Parameter: s_OPSSelectedNodes   
1059#Type: String   
1060s_OPSSelectedNodes=<value unspecified="">
1061
1062  
1063[oracle.networking.netca_9.2.0.1.0]   
1064#Parameter: OPTIONAL_CONFIG_TOOLS   
1065#Type: StringList   
1066#Description: List of Optional Config tools that needs to be launched.   
1067#The following choices are available. The value should contain only one of these choices.   
1068#The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.   
1069# netca, : Oracle Net Configuration Assistant   
1070#Example : OPTIONAL_CONFIG_TOOLS = {"netca"}   
1071OPTIONAL_CONFIG_TOOLS=<value unspecified="">
1072
1073#Parameter: s_responseFileName   
1074#Type: String   
1075s_responseFileName=<value unspecified="">
1076
1077#Parameter: s_netCAInstalledProtocols   
1078#Type: String   
1079s_netCAInstalledProtocols=<value unspecified="">
1080
1081#Parameter: s_netCAInstalledProducts   
1082#Type: String   
1083s_netCAInstalledProducts=<value unspecified="">
1084
1085#Parameter: s_cfgtyperet   
1086#Type: String   
1087s_cfgtyperet=<value unspecified="">
1088
1089#Parameter: b_launchNETCA   
1090#Type: Boolean   
1091b_launchNETCA=<value unspecified="">
1092
1093  
1094[oracle.install.instcommon_9.2.0.1.0]   
1095#Parameter: s_OPSSelectedNodes   
1096#Type: String   
1097s_OPSSelectedNodes=<value unspecified="">
1098
1099  
1100[oracle.rsf_9.2.0.1.0]   
1101#Parameter: s_serverInstallType   
1102#Type: String   
1103s_serverInstallType=<value unspecified="">
1104
1105#Parameter: s_bundleName   
1106#Type: String   
1107s_bundleName=<value unspecified="">
1108
1109  
1110[oracle.apache.jserv_1.1.0.0.0g]   
1111#Parameter: s_soapPort   
1112#Type: String   
1113#Description: The port that soap/JServ listens to   
1114s_soapPort=<value unspecified="">
1115
1116#Parameter: s_jservPort   
1117#Type: String   
1118#Description: The port Apache JServ listens to   
1119s_jservPort=<value unspecified="">
1120
1121#Parameter: s_LANGUAGE_TERRITORY   
1122#Type: String   
1123#Description: Substring of n_NLSLANG   
1124s_LANGUAGE_TERRITORY=<value required="">   
1125#安装oracle.apache.jserv时必须 
1126
1127#Parameter: b_autoPortDetect   
1128#Type: Boolean   
1129#Description: Set to true by default, set to false for silent install   
1130b_autoPortDetect=<value unspecified="">
1131
1132#Parameter: s_topDir   
1133#Type: String   
1134#Description: APACHE_TOP directory for Apache Web Server   
1135s_topDir=<value unspecified="">
1136
1137#Parameter: s_jvm   
1138#Type: String   
1139#Description: Path to the Java Virtual Machine   
1140s_jvm=<value unspecified="">
1141
1142#Parameter: APACHE_HOME   
1143#Type: String   
1144#Description: location of apache home   
1145APACHE_HOME=<value unspecified="">
1146
1147#Parameter: s_oracleApacheConfigFile   
1148#Type: String   
1149#Description: location of the oracle_apache.conf file   
1150s_oracleApacheConfigFile=<value unspecified="">
1151
1152#Parameter: s_oracleJservPropertiesFile   
1153#Type: String   
1154#Description: Location of the jserv.properties file   
1155s_oracleJservPropertiesFile=<value unspecified="">
1156
1157  
1158[oracle.apache.jsdk_2.0.0.0.0d]   
1159#Parameter: s_topDir   
1160#Type: String   
1161#Description: APACHE_TOP directory for Apache Web Server   
1162s_topDir=<value unspecified="">
1163
1164  
1165[oracle.ocs4j_2.1.0.0.0a]   
1166#Parameter: s_cachePort   
1167#Type: String   
1168#Description: Port to run local cache service on by default   
1169s_cachePort=<value unspecified="">
1170
1171  
1172[oracle.rdbms.aqapi_9.2.0.1.0]   
1173#Parameter: s_OPSSelectedNodes   
1174#Type: String   
1175s_OPSSelectedNodes=<value unspecified="">
1176
1177  
1178[oracle.apache.apache_1.3.22.0.0a]   
1179#Parameter: OPTIONAL_CONFIG_TOOLS   
1180#Type: StringList   
1181#Description: List of Optional Config tools that needs to be launched.   
1182#The following choices are available. The value should contain only one of these choices.   
1183#The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.   
1184# configtool3, : Starting HTTP Server   
1185# configtool8, : Starting Oracle HTTP service   
1186#Example : OPTIONAL_CONFIG_TOOLS = {"configtool3"}   
1187OPTIONAL_CONFIG_TOOLS=<value unspecified="">
1188
1189#Parameter: sl_OHs   
1190#Type: StringList   
1191#Description: Holds oracle homes on machine   
1192sl_OHs=<value unspecified="">
1193
1194#Parameter: s_apacheServerAppendText   
1195#Type: String   
1196#Description: This variable holds a concatenation of port configurations for apache server   
1197s_apacheServerAppendText=<value required="">   
1198#安装apache server时必须 
1199
1200#Parameter: s_apachePortSSL   
1201#Type: String   
1202#Description: Port number that apache uses for SSL port when starting in SSL mode. Default 443   
1203s_apachePortSSL=<value unspecified="">
1204
1205#Parameter: s_apachePortNonSSL   
1206#Type: String   
1207#Description: Port number that apache uses when starting in non-ssl mode   
1208s_apachePortNonSSL=<value unspecified="">
1209
1210#Parameter: s_apachePort   
1211#Type: String   
1212#Description: Port number that apache uses when starting in ssl mode   
1213s_apachePort=<value unspecified="">
1214
1215#Parameter: s_NLSLANG   
1216#Type: String   
1217#Description: String containing NLSLANG info   
1218s_NLSLANG=<value required="">   
1219#安装apache server时必须 
1220
1221#Parameter: b_autoStartApache   
1222#Type: Boolean   
1223#Description: pass in true to have apache autostart when not using top level component   
1224b_autoStartApache=<value unspecified="">
1225
1226#Parameter: b_autoPortDetect   
1227#Type: Boolean   
1228#Description: True by default, this variable should be set to false for silent installs.   
1229b_autoPortDetect=<value unspecified="">
1230
1231#Parameter: s_topDir   
1232#Type: String   
1233#Description: top level directory for Apache Web Server   
1234s_topDir=<value unspecified="">
1235
1236#Parameter: ServerRoot   
1237#Type: String   
1238#Description: root directory of apache server   
1239ServerRoot=<value unspecified="">
1240
1241#Parameter: APACHE_HOME   
1242#Type: String   
1243#Description: Apache location off of ORACLE_HOME   
1244APACHE_HOME=<value unspecified="">
1245
1246  
1247[oracle.rsf.hybrid_9.2.0.1.0]   
1248#Parameter: s_bundleName   
1249#Type: String   
1250s_bundleName=<value unspecified="">
1251
1252  
1253[oracle.rsf.net_rsf_9.2.0.1.0]   
1254#Parameter: s_bundleName   
1255#Type: String   
1256s_bundleName=<value unspecified="">
1257
1258  
1259[oracle.rsf.nlsrtl_rsf_9.2.0.1.0]   
1260#Parameter: s_serverInstallType   
1261#Type: String   
1262s_serverInstallType=<value unspecified="">
1263
1264  
1265[oracle.jdk_1.3.1.0.0b]   
1266#Parameter: JDKHome   
1267#Type: String   
1268JDKHome=<value unspecified="">
1269
1270#Parameter: s_rac   
1271#Type: String   
1272s_rac=<value unspecified="">
1273
1274#Parameter: s_jdk   
1275#Type: String   
1276s_jdk=<value unspecified="">
1277
1278  
1279[oracle.java.j2ee.core_9.2.0.1.0]   
1280#Parameter: JDK_HOME   
1281#Type: String   
1282#Description: This is the top level directory where the JDK lives.   
1283JDK_HOME=<value unspecified="">
1284
1285  
1286[oracle.rsf.ssl_rsf_9.2.0.1.0]   
1287#Parameter: s_bundleName   
1288#Type: String   
1289s_bundleName=<value unspecified="">
1290
1291  
1292[oracle.rsf.rdbms_rsf_9.2.0.1.0]   
1293#Parameter: s_bundleName   
1294#Type: String   
1295s_bundleName=<value unspecified="">
1296
1297  
1298[oracle.doc.unixdoc_9.2.0.1.0]   
1299#Parameter: s_OPSSelectedNodes   
1300#Type: String   
1301s_OPSSelectedNodes=<value unspecified="">
1302
1303  
1304[oracle.rsf.xdk_rsf_9.2.0.1.0]   
1305#Parameter: s_bundleName   
1306#Type: String   
1307s_bundleName=<value unspecified="">
1308
1309  
1310[oracle.options.ops.opsca_9.2.0.1.0]   
1311#Parameter: OPTIONAL_CONFIG_TOOLS   
1312#Type: StringList   
1313#Description: List of Optional Config tools that needs to be launched.   
1314#The following choices are available. The value should contain only one of these choices.   
1315#The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.   
1316# clustca, : Oracle Cluster Configuration Assistant   
1317#Example : OPTIONAL_CONFIG_TOOLS = {"clustca"}   
1318OPTIONAL_CONFIG_TOOLS=<value unspecified="">
1319
1320#Parameter: s_serverInstallType   
1321#Type: String   
1322s_serverInstallType=<value unspecified="">
1323
1324#Parameter: s_cfgtyperet   
1325#Type: String   
1326s_cfgtyperet=<value unspecified="">
1327
1328  
1329[oracle.swd.oui_2.2.0.12.0]   
1330#Parameter: PROD_HOME   
1331#Type: String   
1332#Description: Complete path where the product needs to be installed.   
1333#Example : PROD_HOME = "C:\ProductName"   
1334PROD_HOME=<value unspecified="">
1335
1336#Parameter: InstLocProp   
1337#Type: String   
1338InstLocProp=<value unspecified="">
1339
1340  
1341[oracle.swd.jre_1.1.8.3.0]   
1342#Parameter: PROD_HOME   
1343#Type: String   
1344#Description: Complete path where the product needs to be installed.   
1345#Example : PROD_HOME = "C:\ProductName"   
1346PROD_HOME=<value unspecified="">
1347
1348#Parameter: s_OPSSelectedNodes   
1349#Type: String   
1350#Description: This variable recives the OPS selected nodes value.   
1351s_OPSSelectedNodes=<value unspecified="">
1352
1353  
1354[oracle.swd.jre_1.3.1.0.0]   
1355#Parameter: PROD_HOME   
1356#Type: String   
1357#Description: Complete path where the product needs to be installed.   
1358#Example : PROD_HOME = "C:\ProductName"   
1359PROD_HOME=<value unspecified="">
1360
1361#Parameter: s_OPSSelectedNodes   
1362#Type: String   
1363s_OPSSelectedNodes=<value unspecified=""></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value></value>
Published At
Categories with 数据库类
comments powered by Disqus