Oracle 11g静默安装软件+手工创建数据库(二)

2015-07-23 18:08:11 · 作者: · 浏览: 10
ilian Portuguese? ? lt? : Lithuanian? ? ? ? ? ? ? ?
# bg? : Bulgarian? ? ? ? ? ? ? ? ms? : Malay? ? ? ? ? ? ? ? ? ?
# fr_CA: Canadian French? ? ? ? ? es_MX: Mexican Spanish? ? ? ? ?
# ca? : Catalan? ? ? ? ? ? ? ? ? no? : Norwegian? ? ? ? ? ? ? ?
# hr? : Croatian? ? ? ? ? ? ? ? pl? : Polish? ? ? ? ? ? ? ? ? ?
# cs? : Czech? ? ? ? ? ? ? ? ? ? pt? : Portuguese? ? ? ? ? ? ? ?
# da? : Danish? ? ? ? ? ? ? ? ? ro? : Romanian? ? ? ? ? ? ? ? ?
# nl? : Dutch? ? ? ? ? ? ? ? ? ? ru? : Russian? ? ? ? ? ? ? ? ?
# ar_EG: Egyptian? ? ? ? ? ? ? ? zh_CN: Simplified Chinese? ? ? ?
# en_GB: English (Great Britain)? sk? : Slovak? ? ? ? ? ? ? ? ? ?
# et? : Estonian? ? ? ? ? ? ? ? sl? : Slovenian? ? ? ? ? ? ? ?
# fi? : Finnish? ? ? ? ? ? ? ? ? es_ES: Spanish? ? ? ? ? ? ? ? ?
# de? : German? ? ? ? ? ? ? ? ? sv? : Swedish? ? ? ? ? ? ? ? ?
# el? : Greek? ? ? ? ? ? ? ? ? ? th? : Thai? ? ? ? ? ? ? ? ? ? ?
# iw? : Hebrew? ? ? ? ? ? ? ? ? zh_TW: Traditional Chinese? ? ?
# hu? : Hungarian? ? ? ? ? ? ? ? tr? : Turkish? ? ? ? ? ? ? ? ?
# is? : Icelandic? ? ? ? ? ? ? ? uk? : Ukrainian? ? ? ? ? ? ? ?
# in? : Indonesian? ? ? ? ? ? ? vi? : Vietnamese? ? ? ? ? ? ? ?
# it? : Italian? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
#
# all_langs? : All languages
#
# Specify value as the following to select any of the languages.
# Example : SELECTED_LANGUAGES=en,fr,ja
#
# Specify value as the following to select all the languages.
# Example : SELECTED_LANGUAGES=all_langs?
#------------------------------------------------------------------------------
SELECTED_LANGUAGES=en,zh_CN


#------------------------------------------------------------------------------
# Specify the complete path of the Oracle Home.
#------------------------------------------------------------------------------
ORACLE_HOME=/opt/app/oracle/product/11.2.0/dbhome_1
#------------------------------------------------------------------------------
# Specify the complete path of the Oracle Base.
#------------------------------------------------------------------------------
ORACLE_BASE=/opt/app/oracle


#------------------------------------------------------------------------------
# Specify the installation edition of the component.? ? ? ? ? ? ? ? ? ? ? ?
#? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
# The value should contain only one of these choices.? ? ? ?
#? - EE? ? : Enterprise Edition? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
#? - SE? ? : Standard Edition? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
#? - SEONE? : Standard Edition One
#? - PE? ? : Personal Edition (WINDOWS ONLY)
#------------------------------------------------------------------------------
oracle.install.db.InstallEdition=EE


#------------------------------------------------------------------------------
# This variable is used to enable or disable custom install and is considered
# only if InstallEdition is EE.
#
# true? : Components mentioned as part of 'optionalComponents' property
#? ? ? ? are considered for install.
# false : Value for 'optionalComponents' is not considered.
#------------------------------------------------------------------------------
oracle.install.db.EEOptionsSelection=false


#------------------------------------------------------------------------------
# This variable is considered only if 'EEOptionsSelection' is set to true.
#
# Description: List of Enterprise Edition Options you would like to enable.
#
#? ? ? ? ? ? ? The following choices are available. You may specify any
#? ? ? ? ? ? ? combination of these choices.? The components you choose should
#? ? ? ? ? ? ? be specified in the form "internal-component-name:version"
#? ? ? ? ? ? ? Below is a list of components you may specify to enable.
#? ? ? ?
#? ? ? ? ? ? ? oracle.oraolap:11.2.0.4.0 - Oracle OLAP
#? ? ? ? ?