加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ORA-00304: requested INSTANCE_NUMBER is busy

发布时间:2020-12-12 13:57:10 所属栏目:百科 来源:网络整理
导读:APPLIES TO: Oracle Database - Enterprise Edition - Version 11.2.0.2 and later Information in this document applies to any platform. ***Checked for relevance on 21-Jul-2017*** SYMPTOMS Unable to create a single instance "DUPDB" with a datab

APPLIES TO:

Oracle Database - Enterprise Edition - Version 11.2.0.2 and later
Information in this document applies to any platform.
***Checked for relevance on 21-Jul-2017***

SYMPTOMS

Unable to create a single instance "DUPDB" with a database name "UTLD" on a Exadata Server,when there are already exists a two node RAC database having Database Name "UTLD" on the Exadata servers.

  • Exadata box with four servers: DB01,DB02,DB03 and DB04.

  • A two node RAC database "UTLD" exists on DB01 and DB02.

  • When attempting to create a single instance "DUPDB" with a database name of "UTLD" on DB03; it fails with:

$ echo $ORACLE_SID
dupdb

SQL> STARTUP NOMOUNT PFILE='/u02/oradba/initdupdb.ora'
ORA-00304: requested INSTANCE_NUMBER is busy

  • Pfile(initdupdb.ora) has:

instance_name='dupdb'

db_name='utld'

CAUSE


As the database UTLD exists in two nodes,Oracle believes you want to add the instance in the other node.

SOLUTION

Add the parameter db_unique_name with a unique name in the init<SID>.ora file.Eg:db_unique_name = dupdp

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读