Showing posts with label Oracle Silent Installations. Show all posts
Showing posts with label Oracle Silent Installations. Show all posts

Wednesday, December 10, 2008

Oracle 10g Silent Installation

Command to install Oracle 10g database using response file:

$/runInstaller -silent -noconfig -responseFile

NOTE: Response files can be found in $ORACLE_HOME/assistants/dbca/templates folder

Database Silent Installation Using Response File

Path of templates for dbca: $ORACLE_HOME/assistants/dbca/templates/

Use either of the three commands to create database in Oracle 10g using dbca silent installation:

1. dbca -progress_only -responseFile
## Display a progress bar depicitng progress of database creation process. ##

2. dbca -silent -responseFile
## Creates database silently. No user interface is displayed. ##

3. dbca -silent -createDatabase -cloneTemplate -responseFile
## Creates database silently with clone template. The template in reponsefile is a clone template ##