0 Votes

Silent Installation

Last modified by Jeff McDonald on 2021/11/26 15:13

Silent Install

Create a file called "oraInst.loc".

inventory_loc=/home/oracle/oraInventory
inst_group=oinstall

Create a response file, "install.rsp".

[ENGINE]
Response File Version=1.0.0.0.0

[GENERIC]
DECLINE_AUTO_UPDATES=true
ORACLE_HOME=/opt/oracle/occas71
INSTALL_TYPE=Complete with Examples

Run the 'silent' install.

java -Xmx1024m -jar occas_generic.jar -silent -responseFile ${PWD}/install.rsp -invPtrLoc ${PWD}/oraInst.loc