Please modify db_install.rsp response like below.
oracle.install.option=INSTALL_DB_SWONLY
ORACLE_HOSTNAME=vm1.domain.com
UNIX_GROUP_NAME=oinstall
INVENTORY_LOCATION=/u01/app/oraInventory
SELECTED_LANGUAGES=en
ORACLE_HOME=/u01/app/oracle/product/11.2.0.3
ORACLE_BASE=/u01/app/oracle
oracle.install.db.InstallEdition=EE
oracle.install.db.DBA_GROUP=dba
DECLINE_SECURITY_UPDATES=TRUE
oracle.installer.autoupdates.downloadUpdatesLoc=SKIP_UPDATES
Run below command :
./runInstaller -silent -executePrereqs -responseFile "/u01/database/response/db_install.rsp"
oracle.install.option=INSTALL_DB_SWONLY
ORACLE_HOSTNAME=vm1.domain.com
UNIX_GROUP_NAME=oinstall
INVENTORY_LOCATION=/u01/app/oraInventory
SELECTED_LANGUAGES=en
ORACLE_HOME=/u01/app/oracle/product/11.2.0.3
ORACLE_BASE=/u01/app/oracle
oracle.install.db.InstallEdition=EE
oracle.install.db.DBA_GROUP=dba
DECLINE_SECURITY_UPDATES=TRUE
oracle.installer.autoupdates.downloadUpdatesLoc=SKIP_UPDATES
Run below command :
./runInstaller -silent -executePrereqs -responseFile "/u01/database/response/db_install.rsp"
No comments:
Post a Comment