Oracle数据库静默安装总结(3)

#------------------------------------------------------------------------------
 # 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  : Components mentioned as part of 'optionalComponents' property
 #        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

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/3adc1cdba27cda0ef4f28a2d7bfdc8e0.html