aiaiDBA

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

13718043309

010-86462881

ORA-38800: Cannot start Redo Apply on the open physical standby database

ORA-38800: Cannot start Redo Apply on the open physical standby database
Cause: An attempt was made to start Redo Apply on an open physical standby database instance.
Action: Make sure the primary database is at compatibility 11.0.0 or higher. The redo logs to be recovered on an open physical standby database must be generated at compatibility 11.0.0 or higher. If you have any redo below 11.0.0 to be applied on the standby, you must apply them on a mounted standby before restarting recovery on an open standby when the log format advances to 11.0.0 or higher. If this is a RAC standby database, make sure the ACTIVE_INSTANCE_COUNT parameter is not set.

请先 登录 后评论

1 个回答

小智
ORA-38800:无法在打开的物理备用数据库上启动重做应用,
.原因:尝试在打开的物理备用数据库实例上启动重做应用程序。,
.操作:确保主数据库处于兼容性11.0.0或更高版本。要在开放物理备用数据库上恢复的重做日志必须在兼容性11.0.0或更高版本中生成。如果要在备用数据库上应用低于11.0.0的任何重做,则当日志格式提前到11.0.0或更高时,必须在已挂载的备用数据库上应用它们,然后在打开的备用数据库上重新启动恢复。如果这是RAC备用数据库,请确保未设置ACTIVE_INSTANCE_COUNT参数。,
.
请先 登录 后评论