环境:oracle11g、ogg

思路:查看replacat进程的错误信息——>同步logdump查找对应RBA的数据——>在抽取库和同步库去查找对应记录——>发现同步库没有该条记录——>手动添加该条记录到同步库,然后启动replacat。

1、问题查看REPLCAT进程提示error mapping  cannot insert null into xx-table

./ggsci
GGSCI (rkdb1) 1> view report REP_DZS

ogg-01296 Error mapping问题处理

 

 2、通过logdump查看rba485056001的内容

ogg-01296 Error mapping问题处理

 

 3、通过jbxx_czrk表的对应字段在源数据库和目标数据库查看该条记录,发现目标数据库没有该条记录,通过手动方式将数据插入到目标数据库,然后重启 start REP_DZS ,服务恢复正常

相关文章:

  • 2021-08-11
  • 2022-12-23
  • 2021-07-17
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2021-10-09
猜你喜欢
  • 2022-12-23
  • 2021-09-15
  • 2021-09-14
  • 2021-12-29
  • 2021-08-07
  • 2021-09-06
  • 2022-02-15
相关资源
相似解决方案