Database Error Messages

OCI-23659

Destination buffer is not large enough when converting column 'string' in 'string.string' (actual length: string; maximum length: string)

Cause

The conversion between two character sets failed because a source column value is too large for the destination column.


Action

Check if size of the source and destination column matches.