随笔分类 - ogg
摘要:ogg 报错信息如下 2021-08-24 18:10:49 ERROR OGG-01489 Oracle GoldenGate Capture for Oracle, yz01.prm: Could not add TRAN DATA for table, error [ORA-30567: na
阅读全文
摘要:增加复制表map关系,用filter指定复制scn map GS_CXTJ.DJ_ZRR, target GS_CXTJ.DJ_ZRR, filter(@getenv("TRANSACTION", "csn") > 14807201586623);
阅读全文
摘要:metalink文档:1320133.1和1512633.1 map scott.emp1, target scott.emp1 ,FILTER(@RANGE(1,3)); --拆分 map scott.emp1, target scott.emp1 ,FILTER(@RANGE(2,3)); ma
阅读全文