Oracle GoldenGate Error Messages

OGG-25311

SQL Server CDC does not support column-level collations. Column '{1}', in table '{0}', with collation '{2}' is different from database collation '{3}'. Some characters may not be translated properly. Use a Unicode datatype, remove the column-level collation, or use FETCHMODCOLS to fetch the value from the source table.


Cause

The table column has a different collation from database collation.


Action

Use a Unicode data type or remove the column-level collation.