Oracle GoldenGate Error Messages

OGG-01397

{1}: The Token Buffer has exceeded the maximum size of {0,number,0} bytes.


Cause

The TOKENS clause is too large. TOKENS supports a maximum character string of up to 2000 bytes. The data can be either a constant that is enclosed within double quotes or the result of an Oracle GoldenGate column-conversion function.


Action

Edit the TOKENS clause to reduce the character string, if possible. If using the result of a column-conversion function, you might need to select alternate input criteria that does not produce output that is too long.