You are here: Home //
Oracle 11g //
ORA-23659: Destination buffer is not large enough when converting column ’string’ in ’string.string’ (actual length: string; maximum length: string)
ORA-23659: Destination buffer is not large enough when converting column ’string’ in ’string.string’ (actual length: string; maximum length: string)
Posted by
Oracle 11g Release 2 on
Sep 20, 2006 |
Leave a Comment
Cause: The conversion between two character sets failed because a source column value is too large for the destination column. See the solution below.
Error solution: Check if size of the source and destination column matches.
Database version: Oracle 11g Release 2 (11.2)
Tags: ora, Oracle 11g Release 2