OGG-30628
Possible data truncation is detected as source column {2} has higher length {0} value, compared to the maximum length '{1}' for data type '{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 length 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).