返回顶部
首页 > 资讯 > 错误编码 >ORA-26901: string propagation sender in the combined capture and apply mode is to be suspended while
  • 444
分享到

ORA-26901: string propagation sender in the combined capture and apply mode is to be suspended while

报错故障propagation 2023-11-05 01:11:06 444人浏览 薄情痞子
摘要

文档解释 ORA-26901: string propagation sender in the combined capture and apply mode is to be suspended while apply is disab

文档解释

ORA-26901: string propagation sender in the combined capture and apply mode is to be suspended while apply is disabled.

Cause: The corresponding subscriber was dropped or split.

Action: No action necessary.

ORA-26901一般用于在 combined capture and apply模式,string propagation sender 被暂停而apply被禁用时出现。这是因为当capture模式被禁用后,apply监视也会被禁用,无法执行string propagation sender功能。

OAUG官方给出的解释是:“如果Capture模式被禁用而Apply监视程序被启动,则会引发ORA-26901错误。重点是Capture模式必须被启动,以便Apply才能正常工作。此错误在启用Logical Standby时很常见。”

常见案例

一般处理方法及步骤

1. 检查logical standby状态,并确保capture模式是enable状态,如果不是,立即启动它;

2. 使用ALTER SYSTEM SET LOG_ARCHive_DEST_x APPLY=append命令;

3. 在logical standby源站,使用ALTER DATABASE START LOGICAL STANDBY APPLY;

4. 重新启动apply功能;

5. 最后,执行string propagation sender,更新apply数据库中的数据到logical standby中。

--结束END--

本文标题: ORA-26901: string propagation sender in the combined capture and apply mode is to be suspended while

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

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

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

  • 微信公众号

  • 商务合作