aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-16795: the standby database needs to be re-created

ORA-16795: the standby database needs to be re-created
Cause: A switchover or failover operation caused this database to require re-creation. The database was marked for re-creation because it was not a viable standby database for the new primary database. Until this error status is resolved for this database, information about this database and the broker configuration to which it belongs is unavailable to a broker client that is connected to this database. Therefore, all commands directed by that client to this database cannot be completed.
Action: Re-create (or flash back) the standby database. Connect to the primary database in the broker configuration and reenable broker management of that database. Once enabled, it is possible to connect to that standby database and manage it with the broker. Alternatively, many client commands that cannot be completed at the standby database when in this error state can be completed successfully when issued to the primary database. In this case, simply reconnect to the primary database and retry the command.

请先 登录 后评论

1 个回答

小智
ORA-16795:需要重新创建备用数据库,
.原因:切换或故障转移操作导致此数据库需要重新创建。数据库已标记为重新创建,因为它不是新主数据库的可行备用数据库。在为此数据库解析此错误状态之前,有关此数据库及其所属的代理配置的信息对连接到此数据库的代理客户端不可用。因此,无法完成该客户端指向此数据库的所有命令。,
.操作:重新创建(或闪回)备用数据库。在代理配置中连接到主数据库,并重新启用该数据库的代理管理。启用后,可以连接到该备用数据库并使用代理管理它。或者,在发生到主数据库时,在处于此错误状态时无法在备用数据库中完成的许多客户端命令可以成功完成。在这种情况下,只需重新连接到主数据库并重试该命令。,
.
请先 登录 后评论