文档解释
ORA-16628: broker protection mode inconsistent with the database setting
Cause: The Data Guard broker protection mode saved in the broker configuration file was inconsistent with the actual database setting.
Action: Reset the protection mode through the Data Guard broker.
ORA-16628错误指示Data Guard Broker保护模式与数据库设置不一致。
官方解释
常见案例
该错误通常发生在管理员将基础数据库的服务级别设置为“MAXIMUM PERFORMANCE”,而Data Guard Broker管理器上设置的保护模式不同时发生。
一般处理方法及步骤
1. 检查基础数据库上设置的服务级别和Data Guard Broker管理器上设置的保护模式是否相同。
2. 如果不相同,可以通过在Data Guard Broker管理器上修改保护模式或在基础数据库上修改服务级别来解决这个问题。
3. 最后尝试重新启动Data Guard Broker。如果这没有解决问题,可能需要重置Data Guard Broker来解决该问题。