返回顶部
首页 > 资讯 > 错误编码 >ORA-38800: Cannot start Redo Apply on the open physical standby database ORACLE 报错 故障修复 远程处理
  • 386
分享到

ORA-38800: Cannot start Redo Apply on the open physical standby database ORACLE 报错 故障修复 远程处理

报错故障Redo 2023-11-05 05:11:46 386人浏览 薄情痞子
摘要

文档解释 ORA-38800: Cannot start Redo Apply on the open physical standby database Cause: An attempt was made to start Redo A

文档解释

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.

ORA-38800错误是一种oracle系统错误,表明不能在打开的物理备不数据库上启动重做应用。

官方解释

常见案例

一般处理方法及步骤

1、关闭物理备库,执行shutdown immediate,然后启动重做应用;

2、执行alter database recover managed standby database disconnect from session;

3、关闭备库日志传送服务,执行alter system set log_arcHive_dest_state_2=defer scope=both;

4、执行shutdown abort,重启物理备库;

5、重新启动日志传送服务,执行alter system set log_archive_dest_state_2=enable scope=both;

6、执行alter database recover managed standby database finish;

7、若需要恢复至特定SCN,执行alter database recover managed standby database using current logfile to scn ;

--结束END--

本文标题: ORA-38800: Cannot start Redo Apply on the open physical standby database ORACLE 报错 故障修复 远程处理

本文链接: https://lsjlt.com/news/534248.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作