ORA-00304: requested INSTANCE_NUMBER is busy

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

相关文章

Java Oracle 结果集是Java语言中处理数据库查询结果的一种方...
Java AES和Oracle AES是现代加密技术中最常使用的两种AES加密...
Java是一种广泛应用的编程语言,具备可靠性、安全性、跨平台...
随着移动互联网的发展,抽奖活动成为了营销活动中不可或缺的...
Java和Oracle都是在计算机领域应用非常广泛的技术,他们经常...
Java 是一门非常流行的编程语言,它可以运行于各种操作系统上...