一下是安装ogg过程中遇到的问题和解决办法,绝对良心干货,抽空会写更详细的安装教程。更多精彩内容请点击
ALTER REPLICAT finance, EXTSEQNO 53
ORA-12560: TNS: 协议适配器错误
https://www.jianshu.com/p/1c3dbe96af03
OGG-01194 Oracle GoldenGate Capture for Oracle, ext_sc0.prm: EXTRACT task REP_SC0 abended : File InitialLoad, with compatibility level 6, is not compatible with the current software version's compatibility level of 5. Modify the file writer's parameter file to generate the appropriate format using the FORMAT LEVEL 5 option
ogg 接收和发送端 ogg版本不一致,可用formate level参数
EXTTRAIL ./dirdat/dbty/tr,FORMAT LEVEL 5
原文链接:http://www.cnblogs.com/qingmiaokeji/p/11112446.html