用goldengate同步oracle數據到mysql,由於一個字段某行數據的字段集的原因導致 replicat進程報 OGG-03517錯
OGG-03517 Conversion from character set zhs16gbk of source column LPL_MERCHANT_NAME to character set UTF-8 of target column lpl_merchant_name failed because the source column contains a character that is not available in the target character set
解決方法:
在參數文件中增加以下參數
SOURCECHARSET PASSTHRU
另外特別注意:增加此參數后可能會有數據丟失,因此跳過該報錯后,應立即停止replicat進程去此參數注釋掉。