Oracle GoldenGate Error Messages

OGG-30627

Possible data truncation is detected as source column {4} has higher (precision,scale) ({0},{1}) value, compared to the maximum (precision,scale) ({2},{3}) supported on the target database. Please choose an appropriate target type using the 'AUTOSCHEMA TYPEMAP' parameter, or use the 'AUTOSCHEMA IGNORE_DATA_TRUNCATION' parameter to ignore the data truncation error(s).


Cause

The target database does not support the precision/scale of the source column.


Action

Choose an appropriate target type using the 'AUTOSCHEMA TYPEMAP' parameter OR use the 'AUTOSCHEMA IGNORE_DATA_TRUNCATION' parameter to ignore the data truncation error(s).