Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3347903
  • 博文数量: 815
  • 博客积分: 12898
  • 博客等级: 上将
  • 技术积分: 7883
  • 用 户 组: 普通用户
  • 注册时间: 2006-12-25 09:57
文章分类

全部博文(815)

文章存档

2014年(1)

2011年(46)

2010年(192)

2009年(121)

2008年(70)

2007年(385)

分类: Oracle

2009-04-12 18:41:24

####################################################################
## Copyright (c) 1999, 2004 Oracle. All rights reserved.          ##
##                                                                ##
## Specify values for the variables listed below to customize     ##
## your installation.                                             ##
##                                                                ##
## Each variable is associated with a comment. The comment        ##
## identifies the variable type.                                  ##
##                                                                ##
## Please specify the values in the following format:             ##
##                                                                ##
##         Type         Example                                   ##
##         String       "Sample Value"                            ##
##         Boolean      True or False                             ##
##         Number       1000                                      ##
##         StringList   {"String value 1","String Value 2"}       ##
##                                                                ##
## The values that are given as need to be       ##
## specified for a silent installation to be successful.          ##
##                                                                ##
##                                                                ##
## This response file is generated by Oracle Software             ##
## Packager.                                                      ##
####################################################################


RESPONSEFILE_VERSION=2.2.1.0.0

#-------------------------------------------------------------------------------
#Name       : UNIX_GROUP_NAME
#Datatype   : String
#Description: 将要为产品清单目录设置的 Unix 组。仅在 Unix 平台上有效。
#示例: UNIX_GROUP_NAME = "install"
#-------------------------------------------------------------------------------
UNIX_GROUP_NAME="oinstall"

#-------------------------------------------------------------------------------
#Name       : FROM_LOCATION
#Datatype   : String
#Description: products.xml 的完整路径。
#示例: FROM_LOCATION = "../stage/products.xml"
#-------------------------------------------------------------------------------
FROM_LOCATION="/mnt/database/stage/products.xml"

#-------------------------------------------------------------------------------
#Name       : FROM_LOCATION_CD_LABEL
#Datatype   : String
#Description: 此变量仅用于多张 CD 安装的情况。它包含 "products.xml" 文件所在 CD 的标签。可以在 "disk.label" 文件 (与 products.xml 位于同一目录) 中找到该标签。
#示例: FROM_LOCATION_CD_LABEL = "CD Label"
#-------------------------------------------------------------------------------
FROM_LOCATION_CD_LABEL=

#-------------------------------------------------------------------------------
#Name       : ORACLE_HOME
#Datatype   : String
#Description: Oracle 主目录的完整路径。
#示例: ORACLE_HOME = "C:\OHOME1"
#-------------------------------------------------------------------------------
ORACLE_HOME="/opt/oracle/product/10.2.0/db_1"

#-------------------------------------------------------------------------------
#Name       : ORACLE_HOME_NAME
#Datatype   : String
#Description: Oracle 主目录名称。在创建文件夹或服务时使用。
#示例: ORACLE_HOME_NAME = "OHOME1"
#-------------------------------------------------------------------------------
ORACLE_HOME_NAME="OraDb10g_home1"

#-------------------------------------------------------------------------------
#Name       : SHOW_WELCOME_PAGE
#Datatype   : Boolean
#Description: 如果需要显示 OUI 的“欢迎使用”页, 请设置为 true。
#示例: SHOW_WELCOME_PAGE = false
#-------------------------------------------------------------------------------
SHOW_WELCOME_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_CUSTOM_TREE_PAGE
#Datatype   : Boolean
#Description: 如果希望在 OUI 中显示“定制树”页, 请设置为 true。
#可以使用此页选择或取消选择相关组件。仅当进行定制安装时才显示该页。
#示例: SHOW_CUSTOM_TREE_PAGE = false
#-------------------------------------------------------------------------------
SHOW_CUSTOM_TREE_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_COMPONENT_LOCATIONS_PAGE
#Datatype   : Boolean
#Description: 如果希望在 OUI 中显示“组件安装位置”页, 请设置为 true。
#仅当存在可以改变其安装目录的产品时才显示该页。
#如果设置为 false, 用户将无法指定其他安装目录。
#示例: SHOW_COMPONENT_LOCATIONS_PAGE = false
#-------------------------------------------------------------------------------
SHOW_COMPONENT_LOCATIONS_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_SUMMARY_PAGE
#Datatype   : Boolean
#Description: 如果希望在 OUI 中显示“概要”页, 请设置为 true。
#“概要”页将显示在此会话中安装的组件列表。
#示例: SHOW_SUMMARY_PAGE = true
#-------------------------------------------------------------------------------
SHOW_SUMMARY_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_INSTALL_PROGRESS_PAGE
#Datatype   : Boolean
#Description: 如果希望在 OUI 中显示“安装进度”页, 请设置为 true。
#此页将显示安装进程的当前状态。当前状态包括正在安装的产品以及正在复制的文件等信息。
#示例: SHOW_INSTALL_PROGRESS_PAGE = true
#-------------------------------------------------------------------------------
SHOW_INSTALL_PROGRESS_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_REQUIRED_CONFIG_TOOL_PAGE
#Datatype   : Boolean
#Description: 如果希望在 OUI 中显示“要求的 Configuration Assistant”页, 请设置为 true。
#此页将显示完成本安装所必需的 Configuration Assistant 列表。
#在此将显示每个 Assistant 的状态, 包括所有失败信息以及详细的失败原因。
#示例: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true
#-------------------------------------------------------------------------------
SHOW_REQUIRED_CONFIG_TOOL_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_CONFIG_TOOL_PAGE
#Datatype   : Boolean
#Description: 如果希望在 OUI 中显示“Configuration Assistant”页, 请设置为 true。
#此页将显示完成本安装所需的以及配置为自动启动的 Configuration Assistant 列表。
#在此将显示每个 Assistant 的状态, 包括所有失败信息以及详细的失败原因。
#示例: SHOW_CONFIG_TOOL_PAGE = true
#-------------------------------------------------------------------------------
SHOW_CONFIG_TOOL_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_RELEASE_NOTES
#Datatype   : Boolean
#Description: 如果安装过程结束时需要显示此安装程序的发行说明, 请设置为 true。
#此对话框在 "安装结束" 页启动, 并显示刚安装好的产品的可用的发行说明列表。
#还需要将变量 SHOW_END_SESSION_PAGE 设置为 true。
#示例: SHOW_RELEASE_NOTES = true
#-------------------------------------------------------------------------------
SHOW_RELEASE_NOTES=true

#-------------------------------------------------------------------------------
#Name       : SHOW_ROOTSH_CONFIRMATION
#Datatype   : Boolean
#Description: 如果需要显示提示在 OUI 中运行 root.sh 脚本的“确认”对话框, 请设置为 true。
#仅在 Unix 平台上有效。
#示例: SHOW_ROOTSH_CONFIRMATION = true
#-------------------------------------------------------------------------------
SHOW_ROOTSH_CONFIRMATION=true

#-------------------------------------------------------------------------------
#Name       : SHOW_END_SESSION_PAGE
#Datatype   : Boolean
#Description: 如果希望在 OUI 中显示“会话结束”页, 请设置为 true。
#此页将显示安装成功与否的信息。
#示例: SHOW_END_SESSION_PAGE = true
#-------------------------------------------------------------------------------
SHOW_END_SESSION_PAGE=true

#-------------------------------------------------------------------------------
#Name       : SHOW_EXIT_CONFIRMATION
#Datatype   : Boolean
#Description: 如果在退出 OUI 时需显示确认, 请设置为 true。
#示例: SHOW_EXIT_CONFIRMATION = true
#-------------------------------------------------------------------------------
SHOW_EXIT_CONFIRMATION=true

#-------------------------------------------------------------------------------
#Name       : NEXT_SESSION
#Datatype   : Boolean
#Description: 设置为 true, 可使用户退回到另一个安装的 "文件位置" 页。为处理另一个响应文件, 此标志也需设置为 true (请参阅 NEXT_SESSION_RESPONSE)。
#示例: NEXT_SESSION = true
#-------------------------------------------------------------------------------
NEXT_SESSION=false

#-------------------------------------------------------------------------------
#Name       : NEXT_SESSION_ON_FAIL
#Datatype   : Boolean
#Description: 设置为 true, 可使用户调用另一个会话即使当前安装会话失败。仅当 NEXT_SESSION 设置为 true, 此标志可相关。
#示例: NEXT_SESSION_ON_FAIL = true
#-------------------------------------------------------------------------------
NEXT_SESSION_ON_FAIL=true

#-------------------------------------------------------------------------------
#Name       : NEXT_SESSION_RESPONSE
#Datatype   : String
#Description: 设置为 true, 可使用户退回到另一个安装的 "文件位置" 页。为处理另一个响应文件, 此标志也需设置为 true (请参阅 NEXT_SESSION_RESPONSE)。
#示例: NEXT_SESSION_RESPONSE = "nextinstall.rsp"
#-------------------------------------------------------------------------------
NEXT_SESSION_RESPONSE=

#-------------------------------------------------------------------------------
#Name       : DEINSTALL_LIST
#Datatype   : StringList
#Description: 在卸装会话期间卸装的组件列表。
#示例: DEINSTALL_LIST = {"oracle.server","10.2.0.1.0"}
#-------------------------------------------------------------------------------
DEINSTALL_LIST={"oracle.server","10.2.0.1.0"}

#-------------------------------------------------------------------------------
#Name       : SHOW_DEINSTALL_CONFIRMATION
#Datatype   : Boolean
#Description: 如果希望在卸装会话期间显示卸装确认, 就设置为 true。
#示例: SHOW_DEINSTALL_CONFIRMATION = true
#-------------------------------------------------------------------------------
SHOW_DEINSTALL_CONFIRMATION=true

#-------------------------------------------------------------------------------
#Name       : SHOW_DEINSTALL_PROGRESS
#Datatype   : Boolean
#Description: 如果希望在卸装会话期间显示卸装进度, 就设置为 true。
#示例: SHOW_DEINSTALL_PROGRESS = true
#-------------------------------------------------------------------------------
SHOW_DEINSTALL_PROGRESS=true

#-------------------------------------------------------------------------------
#Name       : CLUSTER_NODES
#Datatype   : StringList
#Description: 此变量表示用户为安装选择的集群节点名。
#示例: CLUSTER_NODES = {"node1","node2"}
#-------------------------------------------------------------------------------
CLUSTER_NODES={}

#-------------------------------------------------------------------------------
#Name       : ACCEPT_LICENSE_AGREEMENT
#Datatype   : Boolean
#Description: 将此变量设置为 true, 表示您接受许可证协议。此变量仅用于无提示安装。
#示例: ACCEPT_LICENSE_AGREEMENT = true
#-------------------------------------------------------------------------------
ACCEPT_LICENSE_AGREEMENT=false

#-------------------------------------------------------------------------------
#Name       : TOPLEVEL_COMPONENT
#Datatype   : StringList
#Description: 将要在当前会话中安装的顶级组件。
#示例: TOPLEVEL_COMPONENT = {"oracle.server","10.2.0.1.0"}
#-------------------------------------------------------------------------------
TOPLEVEL_COMPONENT={"oracle.server","10.2.0.1.0"}

#-------------------------------------------------------------------------------
#Name       : SHOW_SPLASH_SCREEN
#Datatype   : Boolean
#Description: 如果需要显示 OUI 的初始屏幕, 请设置为 true。
#示例: SHOW_SPLASH_SCREEN = true
#-------------------------------------------------------------------------------
SHOW_SPLASH_SCREEN=true

#-------------------------------------------------------------------------------
#Name       : SELECTED_LANGUAGES
#Datatype   : StringList
#Description: 要将组件安装到何种语言环境中。
#Component  : oracle.server
#-------------------------------------------------------------------------------

SELECTED_LANGUAGES={"zh_CN","en"}

#-------------------------------------------------------------------------------
#Name       : COMPONENT_LANGUAGES
#Datatype   : StringList
#Description: 此组件支持的语言。支持的语言列表: {"en","fr","ar","bn","pt_BR","bg","fr_CA","ca","hr","cs","da","nl","ar_EG","en_GB","et","fi","de","el","iw","hu","is","in","it","ja","ko","es","lv","lt","ms","es_MX","no","pl","pt","ro","ru","zh_CN","sk","sl","es_ES","sv","th","zh_TW","tr","uk","vi"}
#Component  : oracle.server
#-------------------------------------------------------------------------------

COMPONENT_LANGUAGES={"zh_CN","en"}

#-------------------------------------------------------------------------------
#Name       : INSTALL_TYPE
#Datatype   : String
#Description: 组件的安装类型。
#Component  : oracle.server
#-------------------------------------------------------------------------------

INSTALL_TYPE="定制(C)"

#-------------------------------------------------------------------------------
#Name       : sl_superAdminPasswds
#Datatype   : StringList
#Description: List of passwords
#Component  : oracle.server
#-------------------------------------------------------------------------------

sl_superAdminPasswds=

#-------------------------------------------------------------------------------
#Name       : sl_dlgASMCfgSelectableDisks
#Datatype   : StringList
#Description: Disk Groups that can be selected
#Component  : oracle.server
#-------------------------------------------------------------------------------

sl_dlgASMCfgSelectableDisks={}

#-------------------------------------------------------------------------------
#Name       : s_superAdminSamePasswd
#Datatype   : String
#Description: Same Password Field
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_superAdminSamePasswd=

#-------------------------------------------------------------------------------
#Name       : s_globalDBName
#Datatype   : String
#Description: Global Database Name
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_globalDBName="orcl"

#-------------------------------------------------------------------------------
#Name       : s_dlgASMCfgRedundancyValue
#Datatype   : String
#Description: Redundancy Value
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dlgASMCfgRedundancyValue="2 (Norm)"

#-------------------------------------------------------------------------------
#Name       : s_dlgASMCfgNewDisksSize
#Datatype   : String
#Description: New Disks Size
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dlgASMCfgNewDisksSize="0"

#-------------------------------------------------------------------------------
#Name       : s_dlgASMCfgExistingFreeSpace
#Datatype   : String
#Description: Existing Freee Space
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dlgASMCfgExistingFreeSpace="0"

#-------------------------------------------------------------------------------
#Name       : s_dlgASMCfgDiskGroupName
#Datatype   : String
#Description: Disk Group Name
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dlgASMCfgDiskGroupName="DATA"

#-------------------------------------------------------------------------------
#Name       : s_dlgASMCfgDiskDiscoveryString
#Datatype   : String
#Description: Disk Discovery STring
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dlgASMCfgDiskDiscoveryString=""

#-------------------------------------------------------------------------------
#Name       : s_dlgASMCfgAdditionalSpaceNeeded
#Datatype   : String
#Description: Additional Space Needed
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dlgASMCfgAdditionalSpaceNeeded=" MB"

#-------------------------------------------------------------------------------
#Name       : s_dbSelectedUsesASM
#Datatype   : String
#Description: SID selected for upgrade
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dbSelectedUsesASM=""

#-------------------------------------------------------------------------------
#Name       : s_dbSIDSelectedForUpgrade
#Datatype   : String
#Description: SID selected for upgrade
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dbSIDSelectedForUpgrade=""

#-------------------------------------------------------------------------------
#Name       : s_dbRetChar
#Datatype   : String
#Description: Return value for database character set.
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dbRetChar=""

#-------------------------------------------------------------------------------
#Name       : s_dbOHSelectedForUpgrade
#Datatype   : String
#Description: OH selected for upgrade
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dbOHSelectedForUpgrade=""

#-------------------------------------------------------------------------------
#Name       : s_ASMSYSPassword
#Datatype   : String
#Description: ASM SYS Password
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_ASMSYSPassword=

#-------------------------------------------------------------------------------
#Name       : n_performUpgrade
#Datatype   : Number
#Description: 1 if user selects to perform upgrade
#Component  : oracle.server
#-------------------------------------------------------------------------------

n_performUpgrade=0

#-------------------------------------------------------------------------------
#Name       : n_dlgASMCfgRedundancySelected
#Datatype   : Number
#Description: Redundancy value selected
#Component  : oracle.server
#-------------------------------------------------------------------------------

n_dlgASMCfgRedundancySelected=2

#-------------------------------------------------------------------------------
#Name       : n_dbType
#Datatype   : Number
#Description: This variable contains the dbType i.e. GP, TP, DW or Advanced
#Component  : oracle.server
#-------------------------------------------------------------------------------

n_dbType=1

#-------------------------------------------------------------------------------
#Name       : n_dbSelection
#Datatype   : Number
#Description: row selected in the spread table of upgradable DB instances
#Component  : oracle.server
#-------------------------------------------------------------------------------

n_dbSelection=0

#-------------------------------------------------------------------------------
#Name       : b_useSamePassword
#Datatype   : Boolean
#Description: Usable only when SHOW_SCHEMA_PASSWORDS_PAGE is set to false.
Set this to true if same password across all the schemas is desired, else false to enter distinguish passwords for each schema.
If set to true, values from s_superAdminSamePasswd and s_superAdminSamePasswdAgain are picked up, else stringlists sl_superAdminPasswds and sl_superAdminPasswdsAgain are used.
#Component  : oracle.server
#-------------------------------------------------------------------------------

b_useSamePassword=false

#-------------------------------------------------------------------------------
#Name       : b_useFileSystemForRecovery
#Datatype   : Boolean
#Description: Usable only when SHOW_BACKUP_RECOVERY_OPTION_PAGE is set to false and b_enableAutoBackup is set to true.
Set this to true (default) if recovery into file system is desired, else to false for ASM recovery .
#Component  : oracle.server
#-------------------------------------------------------------------------------

b_useFileSystemForRecovery=true

#-------------------------------------------------------------------------------
#Name       : b_receiveEmailNotification
#Datatype   : Boolean
#Description: Usable only when SHOW_DATABASE_MANAGEMENT_PAGE is set to false and b_useDBControl is set to true.
Set this to true if email update is desired, false is the default .
#Component  : oracle.server
#-------------------------------------------------------------------------------

b_receiveEmailNotification=false

#-------------------------------------------------------------------------------
#Name       : b_loadExampleSchemas
#Datatype   : Boolean
#Description: Usable only when SHOW_DATABASE_OPTIONS_PAGE is set to false.
Set this to true if loading example schemas is desired, else false so database won't be created with example schemas. The default is false.
#Component  : oracle.server
#-------------------------------------------------------------------------------

b_loadExampleSchemas=false

#-------------------------------------------------------------------------------
#Name       : b_enableAutoBackup
#Datatype   : Boolean
#Description: Usable only when SHOW_BACKUP_RECOVERY_OPTION_PAGE is set to false.
Set this to true if automatic backup of the database is desired, else false to disable backup.
#Component  : oracle.server
#-------------------------------------------------------------------------------

b_enableAutoBackup=false

#-------------------------------------------------------------------------------
#Name       : b_dlgASMShowCandidateDisks
#Datatype   : Boolean
#Description: set to true if Candidate Disks is selected in ASM dialog
#Component  : oracle.server
#-------------------------------------------------------------------------------

b_dlgASMShowCandidateDisks=true

#-------------------------------------------------------------------------------
#Name       : b_centrallyManageASMInstance
#Datatype   : Boolean
#Description: true if ASM instance needs to be managed by grid control
#Component  : oracle.server
#-------------------------------------------------------------------------------

b_centrallyManageASMInstance=true

#-------------------------------------------------------------------------------
#Name       : sl_dlgASMDskGrpSelectedGroup
#Datatype   : StringList
#Description: Disk Groups that is selected
#Component  : oracle.server
#-------------------------------------------------------------------------------

sl_dlgASMDskGrpSelectedGroup={" "," "," "," "}

#-------------------------------------------------------------------------------
#Name       : s_dlgRBOUsername
#Datatype   : String
#Description: Username
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dlgRBOUsername=""

#-------------------------------------------------------------------------------
#Name       : s_dlgEMCentralAgentSelected
#Datatype   : String
#Description: Strores the central agent selected
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dlgEMCentralAgentSelected="未找到代理"

#-------------------------------------------------------------------------------
#Name       : b_useDBControl
#Datatype   : Boolean
#Description: Usable only when SHOW_DATABASE_MANAGEMENT_PAGE is set to false.
Set this to true if using database control to manage the database is desired, else false so database can be managed by grid control.
#Component  : oracle.server
#-------------------------------------------------------------------------------

b_useDBControl=true

#-------------------------------------------------------------------------------
#Name       : s_superAdminSamePasswdAgain
#Datatype   : String
#Description: Confirmation of password.
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_superAdminSamePasswdAgain=

#-------------------------------------------------------------------------------
#Name       : s_dlgEMSMTPServer
#Datatype   : String
#Description: Stores SMTP Server name
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dlgEMSMTPServer=""

#-------------------------------------------------------------------------------
#Name       : s_dlgEMEmailAddress
#Datatype   : String
#Description: stores the email address
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dlgEMEmailAddress=""

#-------------------------------------------------------------------------------
#Name       : s_dlgRBORecoveryLocation
#Datatype   : String
#Description: Recovery area location
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dlgRBORecoveryLocation="/opt/oracle/product/10.2.0/db_1/flash_recovery_area/"

#-------------------------------------------------------------------------------
#Name       : n_upgradeDB
#Datatype   : Number
#Description: 1 if user selects to upgrade DB
#Component  : oracle.server
#-------------------------------------------------------------------------------

n_upgradeDB=1

#-------------------------------------------------------------------------------
#Name       : n_configurationOption
#Datatype   : Number
#Description: This variable contains the configuration option i.e. createDB or configureASM or SoftwareOnly
#Component  : oracle.server
#-------------------------------------------------------------------------------

n_configurationOption=1

#-------------------------------------------------------------------------------
#Name       : sl_upgradableSIDBInstances
#Datatype   : StringList
#Description: This is list of SIDs, OH and whether SID uses ASM or not. contains DB instance details that are displayed in dialog's spread table.
#Component  : oracle.server
#-------------------------------------------------------------------------------

sl_upgradableSIDBInstances={}

#-------------------------------------------------------------------------------
#Name       : n_upgradeASM
#Datatype   : Number
#Description: 1 is user selects to upgrade DB
#Component  : oracle.server
#-------------------------------------------------------------------------------

n_upgradeASM=0

#-------------------------------------------------------------------------------
#Name       : sl_dlgASMCfgDiskSelections
#Datatype   : StringList
#Description: List of Selected Member Disks
#Component  : oracle.server
#-------------------------------------------------------------------------------

sl_dlgASMCfgDiskSelections={}

#-------------------------------------------------------------------------------
#Name       : s_ASMSYSPasswordAgain
#Datatype   : String
#Description: ASM Sys password confirmation
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_ASMSYSPasswordAgain=

#-------------------------------------------------------------------------------
#Name       : n_dbStorageType
#Datatype   : Number
#Description: Usable only when SHOW_DATABASE_FILE_STORAGE_OPTION_PAGE is set to false.
Set this to the following numbers for corresponding database storage type desired:
1 - File System (default)
2 - ASM
3 - Raw Devices
#Component  : oracle.server
#-------------------------------------------------------------------------------

n_dbStorageType=0

#-------------------------------------------------------------------------------
#Name       : s_rawDeviceMapFileLocation
#Datatype   : String
#Description: Text2
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_rawDeviceMapFileLocation=""

#-------------------------------------------------------------------------------
#Name       : sl_upgradableRACDBInstances
#Datatype   : StringList
#Description: contains DB instance details that are displayed in dialog's sprea table.
#Component  : oracle.server
#-------------------------------------------------------------------------------

sl_upgradableRACDBInstances={}

#-------------------------------------------------------------------------------
#Name       : s_dlgRBOPassword
#Datatype   : String
#Description: Password
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dlgRBOPassword=

#-------------------------------------------------------------------------------
#Name       : b_stateOfUpgradeDBCheckbox
#Datatype   : Boolean
#Description: stores the state of checkbox in UI
#Component  : oracle.server
#-------------------------------------------------------------------------------

b_stateOfUpgradeDBCheckbox=false

#-------------------------------------------------------------------------------
#Name       : s_dbSid
#Datatype   : String
#Description: Value that $ORACLE_SID will be set to.
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_dbSid="orcl"

#-------------------------------------------------------------------------------
#Name       : b_dbSelectedUsesASM
#Datatype   : Boolean
#Description: stores the state of checkbox in UI
#Component  : oracle.server
#-------------------------------------------------------------------------------

b_dbSelectedUsesASM=false

#-------------------------------------------------------------------------------
#Name       : sl_superAdminPasswdsAgain
#Datatype   : StringList
#Description: Confirm Password list.
#Component  : oracle.server
#-------------------------------------------------------------------------------

sl_superAdminPasswdsAgain=

#-------------------------------------------------------------------------------
#Name       : s_mountPoint
#Datatype   : String
#Description: Database file location:  directory for datafiles, control files, redo logs.
#Component  : oracle.server
#-------------------------------------------------------------------------------

s_mountPoint="/opt/oracle/product/10.2.0/db_1/oradata/"

#-------------------------------------------------------------------------------
#Name       : b_stateOfUpgradeASMCheckbox
#Datatype   : Boolean
#Description: stores the state of checkbox in UI
#Component  : oracle.server
#-------------------------------------------------------------------------------

b_stateOfUpgradeASMCheckbox=false

#-------------------------------------------------------------------------------
#Name       : OPTIONAL_CONFIG_TOOLS
#Datatype   : String
#Description: #可以选择下列选项。该值仅能包含这些选项之一。
#选项的格式为 "内部名称 : 外部名称"。指定该值时请使用内部名称。需要启动的可选 Configuration Assistant 列表。
#    localconfig,   : 集群同步服务配置
#    dbma,   : Database Upgrade Assistant
#示例: OPTIONAL_CONFIG_TOOLS = {"localconfig"}
#Component  : oracle.assistants.server
#-------------------------------------------------------------------------------

oracle.assistants.server:OPTIONAL_CONFIG_TOOLS="{}"

#-------------------------------------------------------------------------------
#Name       : OPTIONAL_CONFIG_TOOLS
#Datatype   : String
#Description: #可以选择下列选项。该值仅能包含这些选项之一。
#选项的格式为 "内部名称 : 外部名称"。指定该值时请使用内部名称。需要启动的可选 Configuration Assistant 列表。
#    LocalConfig,   : 卸载 Oracle Cluster Synchronization Service
#示例: OPTIONAL_CONFIG_TOOLS = {"LocalConfig"}
#Component  : oracle.has.common
#-------------------------------------------------------------------------------

oracle.has.common:OPTIONAL_CONFIG_TOOLS="{}"

#-------------------------------------------------------------------------------
#Name       : OPTIONAL_CONFIG_TOOLS
#Datatype   : String
#Description: #可以选择下列选项。该值仅能包含这些选项之一。
#选项的格式为 "内部名称 : 外部名称"。指定该值时请使用内部名称。需要启动的可选 Configuration Assistant 列表。
#    netca_deinst,   : Oracle Net Configuration Assistant - 卸装脚本
#示例: OPTIONAL_CONFIG_TOOLS = {"netca_deinst"}
#Component  : oracle.network.client
#-------------------------------------------------------------------------------

oracle.network.client:OPTIONAL_CONFIG_TOOLS="{}"

#-------------------------------------------------------------------------------
#Name       : OPTIONAL_CONFIG_TOOLS
#Datatype   : String
#Description: #可以选择下列选项。该值仅能包含这些选项之一。
#选项的格式为 "内部名称 : 外部名称"。指定该值时请使用内部名称。需要启动的可选 Configuration Assistant 列表。
#    isqlplus,   : iSQL*Plus 配置辅助程序
#    removeisqlplusSrvc,   : 删除 iSQL*Plus 服务
#示例: OPTIONAL_CONFIG_TOOLS = {"isqlplus"}
#Component  : oracle.sqlplus.isqlplus
#-------------------------------------------------------------------------------

oracle.sqlplus.isqlplus:OPTIONAL_CONFIG_TOOLS="{}"

#-------------------------------------------------------------------------------
#Name       : OPTIONAL_CONFIG_TOOLS
#Datatype   : String
#Description: #可以选择下列选项。该值仅能包含这些选项之一。
#选项的格式为 "内部名称 : 外部名称"。指定该值时请使用内部名称。需要启动的可选 Configuration Assistant 列表。
#    launchBrowser,   : 启动浏览器
#示例: OPTIONAL_CONFIG_TOOLS = {"launchBrowser"}
#Component  : oracle.sysman.console.db
#-------------------------------------------------------------------------------

oracle.sysman.console.db:OPTIONAL_CONFIG_TOOLS="{}"

#-------------------------------------------------------------------------------
#Name       : varSelect
#Datatype   : Number
#Description: Return index selected from dialog
#Component  : oracle.assistants.server
#-------------------------------------------------------------------------------

varSelect=1

#-------------------------------------------------------------------------------
#Name       : s_nameForOPERGrp
#Datatype   : String
#Description: oper group
#Component  : oracle.rdbms
#-------------------------------------------------------------------------------

s_nameForOPERGrp="oinstall"

#-------------------------------------------------------------------------------
#Name       : s_nameForDBAGrp
#Datatype   : String
#Description: dba group
#Component  : oracle.rdbms
#-------------------------------------------------------------------------------

s_nameForDBAGrp="oinstall"

阅读(1581) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~