Oracle Error ORA-23659: Destination buffer is not large enough when converting column ‘string’ in ‘string.string’ (actual length: string; maximum length: string)

Oracle Error Message

ORA-23659: Destination buffer is not large enough when converting column ‘string’ in ‘string.string’ (actual length: string; maximum length: string)

Reason for the Error

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

Solution

Check if size of the source and destination column matches.