Database Error Messages

ORA-39847

Value too large for column string (maximum: string)

Cause

An attempt was made to load a column with a value which is too large, possibly after conversion. The maximum value is in characters for character length semantics and bytes for byte length semantics.


Action

Ensure that the destination column is large enough to hold the maximum possibly converted result.