找到你的response 文件,具体路径在安装路径下,比如/home/oracle/database/dbca.rsp,这是unix目录,相应windows目录可以找下。
在这个目录下,打开dbca.rsp,找到下面的配置信息:
#-----------------------------------------------------------------------------
# Name : TEMPLATENAME
# Datatype : String
# Description : Name of the template
# Valid values : Template name as seen in DBCA
# Default value : None
# Mandatory : Yes
#-----------------------------------------------------------------------------
TEMPLATENAME = "General Purpose" 将其修改为
TEMPLATENAME = "General_Purpose.dbc"
其他几个数据库安装类型的模版也可以找到:如下命令
$ find $ORACLE_HOME/assistants/dbca -name "*.dbc"
/oracle/orahome/10.2.0/db_1/assistants/dbca/templates/Data_Warehouse.dbc
/oracle/orahome/10.2.0/db_1/assistants/dbca/templates/General_Purpose.dbc
/oracle/orahome/10.2.0/db_1/assistants/dbca/templates/Transaction_Processing.dbc