DBCA响应文件建库报模版不存在解决办法

2014-11-24 18:59:00 · 作者: · 浏览: 9

2、报模版不存在,错误信息如下:
Template General Purpose does not exist. Please specify an existing template for database creation.


3、解决办法,打开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"


4、再次测试执行,能够正常建库,故障已处理