Oracle Audio Technologies ORACLE9I B10508-01 User Manual
Page 81
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 : "
## Boolean : True or False ##
## Number :
## StringList : {"
## ##
## Examples : ##
## 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. ##
##############################################################################
#-----------------------------------------------------------------------------
# GENERAL section is required for all types of database creations.
#-----------------------------------------------------------------------------
[GENERAL]
#-----------------------------------------------------------------------------