UNIX_GROUP_NAME=dba
#-------------------------------------------------------------------------------
?# Specify the location which holds the inventory files.
?# This is an optional parameter if installing on
?# Windows based Operating System.
?#-------------------------------------------------------------------------------
INVENTORY_LOCATION=/home/oracle
#-------------------------------------------------------------------------------
?# Specify the languages in which the components will be installed.? ? ? ? ? ?
?#
?# en? : English? ? ? ? ? ? ? ? ? ja? : Japanese? ? ? ? ? ? ? ? ?
?# fr? : French? ? ? ? ? ? ? ? ? ko? : Korean? ? ? ? ? ? ? ? ? ?
?# ar? : Arabic? ? ? ? ? ? ? ? ? es? : Latin American Spanish? ?
?# bn? : Bengali? ? ? ? ? ? ? ? ? lv? : Latvian? ? ? ? ? ? ? ? ?
?# pt_BR: Brazilian 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,th,zh_TW
#------------------------------------------------------------------------------
?# Specify the complete path of the Oracle Home.
?#------------------------------------------------------------------------------
ORACLE_HOME=/home/oracle/ORAHOME
#------------------------------------------------------------------------------
?# Specify the complete path of the Oracle Base.
?#------------------------------------------------------------------------------
ORACLE_BASE=/home/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? : C