admin管理员组

文章数量:1566678

oracle dbca建库报错

[oracle@zfb-jhdsj-sjkserver2 database]$ dbca -silent -createDatabase -responseFile /inspur/app/oracle/dbca.rsp
[WARNING] [DBT-10328] Specified GDB Name (orcl) may have a potential conflict with an already existing database on the system.
   ACTION: Specify a different GDB Name that does not conflict with existing databases on the system.
[FATAL] [DBT-10317] Specified SID Name (orcl) already exists.
   ACTION: Specify a different SID Name that does not already exist.

oracle没有删干净

cat /etc/oratab
# This file is used by ORACLE utilities.  It is created by root.sh
# and updated by either Database Configuration Assistant while creating
# a database or ASM Configuration Assistant while creating ASM instance.

# A colon, ':', is used as the field terminator.  A new line terminates
# the entry.  Lines beginning with a pound sign, '#', are comments.
#
# Entries are of the form:
#   $ORACLE_SID:$ORACLE_HOME:<N|Y>:
#
# The first and second fields are the system identifier and home
# directory of the database respectively.  The third field indicates
# to the dbstart utility that the database should , "Y", or should not,
# "N", be brought up at system boot time.
#
# Multiple entries with the same $ORACLE_SID are not allowed.
#
#删除线格式 
~~**orcl:/inspur/app/oracle/12c:N  ##删掉这行**~~ 

重新安装正常了

[oracle@zfb-jhdsj-sjkserver2 database]$ dbca -silent -createDatabase -responseFile /inspur/app/oracle/dbca.rsp
Copying database files
1% complete
2% complete
18% complete

本文标签: 报错DBTFATALSIDdbca