目标架构为:
node1-> node2->node3

node1-> node2 已经同步中,只是需要在此基础上做个node2 ->node3 的同步。

部署后发现 node1-> node2 的DDL可以正常同步,但该DDL语句无法同步到node3。

查询相关资料确认:
需在中间库node2 extract进程参数添加:ignoreapplops,getreplicates 

官方文档解释:
•For a cascading configuration, use IGNOREAPPLOPS with GETREPLICATES on 
the systems that will be cascading the DDL operations to the target

 

相关文章:

  • 2021-04-13
  • 2021-12-22
  • 2021-10-05
  • 2021-12-03
  • 2021-07-27
  • 2021-09-06
  • 2021-11-12
猜你喜欢
  • 2022-12-23
  • 2021-08-02
  • 2021-08-16
  • 2021-08-24
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案