Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-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.