Did any one created silent installation response file for Oracle 12 C Database enterprise edition?
I am currently trying to install Oracle 12C database (Enterprise Edition) silently using response file. But it is not installing through the response file which we saved.
Please help me if you have already used.
I have created silent installation packages for all earlier versions of oracle 9i, 10g, 11g. But now this is 12 c.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
fehler_404
9 years ago
This is easy.
U have first to create a .rsp.
Than use:
C:\PathToYour\setup.exe -waitforcompletion -ignorePrereq -responseFile C:\PathToYour\orainstall.rsp -force -silent -noconsole -showProgress
If you want to deinstall the same way use
C:\PathToYourOracleHome\products\12.1.0\client_1\deinstall\deinstall.bat -checkonly -o C:\PathToOutputfile to create a .rsp for deinstall and after that you can deinstall using a .rsp with:
C:\PathToYourOracleHome\product\12.1.0\client_1\deinstall\deinstall.bat -silent -paramfile C:\PatchToYourOracle\deinstall_OraClient12Home1.rsp