Thursday, March 22, 2012

11gR2 Silent Installation ( disabling Oracle support)

Please consider this , for only testing and development , it may not be supported by Oracle corporation.

Below are the parameters we need to set it response file :

oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0 ( its default value comes with responsefile)
oracle.install.option=INSTALL_DB_SWONLY
ORACLE_HOSTNAME=my_host_name
UNIX_GROUP_NAME=my_os_group_name
INVENTORY_LOCATION=/path/oraInventory
SELECTED_LANGUAGES=en
ORACLE_HOME=/path/product/11.2.0/db_1
ORACLE_BASE=/path/
oracle.install.db.InstallEdition=EE
oracle.install.db.EEOptionsSelection=false
oracle.install.db.optionalComponents=oracle.rdbms.partitioning:11.2.0.2.0,oracle.oraolap:11.2.0.2.0,oracle.rdbms.dm:11.2.0.2.0,oracle.rdbms.dv:11.2.0.2.0,orcle.rdbms.lbac:11.2.0.2.0,oracle.rdbms.rat:11.2.0.2.0 ---------------> no need ( will be ignored)
oracle.install.db.DBA_GROUP=dba
oracle.install.db.OPER_GROUP=dba
oracle.install.db.config.starterdb.characterSet=AL32UTF8
oracle.install.db.config.starterdb.memoryOption=false
oracle.install.db.config.starterdb.installExampleSchemas=false
oracle.install.db.config.starterdb.automatedBackup.enable=false
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
DECLINE_SECURITY_UPDATES=TRUE

Invoking the runInstaller :

./runInstaller -silent -responseFile /path/db_install.rsp -ignorePrereq -ignoreSysPreReqs -ignoreDiskWarning

Here "progress" will not be shown in 11g , So you we have check the log file created in OraInventory