Oracle GoldenGate Error Messages

OGG-25530

Table {0} has a column {1} of type {2} with unsupported length {3}. Column data is truncated to maximum supported length(4000).


Cause

The length of bit/varbit column exceeded the maximum supported length of 4000. Column data gets truncated if its length is more than the maximum supported length.


Action

To avoid truncation, the length of bit/varbit columns must be less than or equal to maximum supported length(4000).