Database Configuration Assistant (DBCA)
Post-Installation
5-5
The following sample DBCA.RSP file is included here for reference:
##############################################################################
## ##
## DBCA response file ##
## ------------------ ##
## Copyright 1998, 2001, Oracle Corporation. All Rights Reserved. ##
## ##
## Specify values for the variables listed below to customize Oracle ##
## Database Configuration installation. ##
## ##
## Each variable is associated with a comment. The comment identifies the ##
## variable type. ##
## ##
## Please specify the values in the following format : ##
## Type : Example ##
## String : "<value>" ##
## Boolean : True or False ##
## Number : <numeric value> ##
## StringList : {"<value1>","<value2>"} ##
## ##
## Examples : ##
## 1. dbca -progress_only -responseFile <response file> ##
## ##
## Display a progress bar depicitng progress of database creation ##
## process. ##
## ##
## 2. dbca -silent -responseFile <response file> ##
## ##
## Creates database silently. No user interface is displayed. ##
## ##
## 3. dbca -silent -createDatabase -cloneTemplate ##
## -responseFile <response file> ##
## ##
## Creates database silently with clone template. The template in ##
## reponsefile is a clone template. ##
##############################################################################
#-----------------------------------------------------------------------------
# GENERAL section is required for all types of database creations.
#-----------------------------------------------------------------------------
[GENERAL]
#-----------------------------------------------------------------------------