Oracle Database Automated Silent Install (Using Response File)
- Create staging area for your installation by copying the installation software to central location.
mkdir C:\app\stagewin10g
- Start the Installer in record mode to generate the Response file. Specify what you want in the automated by installation such as the database option, location, and database name.
C:\app\stagewin10g\database\setup.exe -record -destinationFile c:\app\stagewin10g\mydb10g.rsp

Click Next to Prerequisite check screen.

Exit out of the Installer by clicking Cancel on the summary screen.

- Run the Installer in Silent mode with Response File for automatic installation including a starter database, if desired.
setup.exe -responseFile c:\app\stagewin10g\mydb10g.rsp –silent
Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks wi
ll be executed.
Preparing to launch Oracle Universal Installer from C:\Users\sam\AppData\Local\
Temp\OraInstall2008-01-13_01-51-52AM. Please wait ... Oracle Universal Installer
, Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, Oracle. All rights reserved.
You can find a log of this install session at:
C:\Program Files\Oracle\Inventory\logs\installActions2008-01-13_01-51-52AM.log…………………………………………………………………………………
Installation in progress (Sun Jan 13 09:52:45 GMT 2008)
............................................................... 17% Done.
............................................................... 35% Done.
............................................................... 53% Done.
......................................... 64% Done.
Install successful
Setup in progress (Sun Jan 13 10:00:02 GMT 2008)
.......toLoad is C:\Users\sam\AppData\Local\Temp\OraInstall2008-01-13_01-51-52AM
\ocxReg.dll
.......... 100% Done.
Setup successful
End of install phases.(Sun Jan 13 10:00:59 GMT 2008)
Starting to execute configuration assistants
Configuration assistant "Oracle Net Configuration Assistant" succeeded
Configuration assistant "Oracle Database Configuration Assistant" succeeded
Configuration assistant "iSQL*Plus Configuration Assistant" succeeded
The installation of Oracle Database 10g was successful.
Please check 'C:\Program Files\Oracle\Inventory\logs\silentInstall2008-01-13_01-
51-52AM.log' for more details.
Please press Enter to exit...
If you have any problems or questions, please contact AppsHosting Support.
|