ORA-16621: database name for ADD DATABASE must be unique ORACLE 报错 故障修复 远程处理
文档解释
ORA-16621: database name for ADD DATABASE must be unique
Cause: An attempt was made to add a database to the broker configuration that already included a database with the specified name. The database names must be unique.
Action: Verify that a unique name is specified for the new database to be added. Also, the database name must match the DB_UNIQUE_NAME initialization parameter of the database.
ORA-16621:添加数据库的数据库名称必须是唯一的。
官方解释
当使用Rman或DataGuard在RAC环境中创建一个新的数据库子实例时,可能会收到ORA-16621错误消息,表明添加的数据库的名称不唯一。
常见案例
添加新实例时,添加的数据库名称已经存在。
一般处理方法及步骤
1.在数据库实例之间查看到添加的数据库名是否已经存在。
2.如果已经存在,则需要更改数据库名,以便确保其唯一性。
3.然后重新尝试使用不同的名称来添加数据库实例。