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 ##