?#? ? ? ? are considered for install.
?# false : Value for 'optionalComponents' is not considered.
?#------------------------------------------------------------------------------
oracle.install.db.EEOptionsSelection=true
#------------------------------------------------------------------------------
?# 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.3.0 - Oracle OLAP
?#? ? ? ? ? ? ? oracle.rdbms.dm:11.2.0.3.0 - Oracle Data Mining
?#? ? ? ? ? ? ? oracle.rdbms.dv:11.2.0.3.0 - Oracle Database Vault
?#? ? ? ? ? ? ? oracle.rdbms.lbac:11.2.0.3.0 - Oracle Label Security
?#? ? ? ? ? ? ? oracle.rdbms.partitioning:11.2.0.3.0 - Oracle Partitioning
?#? ? ? ? ? ? ? oracle.rdbms.rat:11.2.0.3.0 - Oracle Real Application Testing
?#------------------------------------------------------------------------------
oracle.install.db.optionalComponents=oracle.rdbms.partitioning:11.2.0.3.0,oracle.oraolap:11.2.0.3.0,oracle.rdbms.dm:11.2.0.3.0,oracle.rdbms.dv:11.2.0.3.0,oracle.rdbms.lbac:11.2.0.3.0,oracle.rdbms.rat:11.2.0.3.0
###############################################################################
?#? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? #
?# PRIVILEGED OPERATING SYSTEM GROUPS? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? #
?# ------------------------------------------? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? #
?# Provide values for the OS groups to which OSDBA and OSOPER privileges? ? ? #
?# needs to be granted. If the install is being performed as a member of the? #
?# group "dba", then that will be used unless specified otherwise below.? ? ? #
?#? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? #
?# The value to be specified for OSDBA and OSOPER group is only for UNIX based #
?# Operating System.? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? #
?#? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? #
?###############################################################################
#------------------------------------------------------------------------------
?# The DBA_GROUP is the OS group which is to be granted OSDBA privileges.
?#------------------------------------------------------------------------------
oracle.install.db.DBA_GROUP=dba
#------------------------------------------------------------------------------
?# The OPER_GROUP is the OS group which is to be granted OSOPER privileges.
?# The value to be specified for OSOPER group is optional.
?#------------------------------------------------------------------------------
oracle.install.db.OPER_GROUP=dba
#------------------------------------------------------------------------------
?# Specify whether user doesn't want to configure Security Updates.
?# The value for this variable should be true if you don't want to configure
?# Security Updates, false otherwise.
?#
?# The value can be either true or false. If left blank it will be assumed
?# to be false.
?#
?# Example? ? : DECLINE_SECURITY_UPDATES=false
?#------------------------------------------------------