网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

dbca中找不到要删除的数据库实例

使用dbca删除数据库或配置数据库选件时会遇到无法找到或找不了一个不是当前启动的数据库实例,如下所示:

十堰郧阳网站制作公司哪家好,找创新互联!从网页设计、网站建设、微信开发、APP开发、成都响应式网站建设等网站项目制作,到程序开发,运营维护。创新互联公司2013年成立到现在10年的时间,我们拥有了丰富的建站经验和运维经验,来保证我们的工作的顺利进行。专注于网站建设就选创新互联

[oracle@prodb-s ~]$ ps -ef |grep pmon
oracle    2002 32138  0 22:49 pts/3    00:00:00 grep pmon
oracle   32247     1  0 22:21 ?        00:00:00 ora_pmon_pro

dbca想要删除的实例名为pro,显示的却是prodb:

dbca中找不到要删除的数据库实例

通常是因为没有规范的安装数据库导致/etc/oratab没有或信息不正确。

解决办法:

直接修改/etc/oratab中的实例和路径为正确的名称并重新执行dbca:

[oracle@prodb-s ~]$ 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::
#
# The first and second fields are the system identifier and home
# directory of the database respectively.  The third filed 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.
#
#
prodb:/u01/app/oracle/product/11.2.0/dbhome_1:N

本文标题:dbca中找不到要删除的数据库实例
网页URL:http://bjjierui.cn/article/ihdohp.html

其他资讯