Database Error Messages

ORA-62576

target size(string) is smaller than source size(string) for column(string) in string

Cause

When reading a column from database or writing a column to the database, destination buffer should not be smaller than the source.


Action

Change the size of destination buffer.