Oracle Message ORA-12899 - value too large for column string (actual: string, maximum: string)

ERRORvalue too large for column string (actual: string, maximum: string)
CAUSEAn attempt was made to insert or update a column with a value which is too wide for the width of the destination column. The name of the column is given, along with the actual width of the value, and the maximum allowed width of the column. Note that widths are reported in characters if character length semantics are in effect for the column, otherwise widths are reported in bytes.
ACTIONExamine the SQL statement for correctness. Check source and destination column data types. Either make the destination column wider, or use a subset of the source column (i.e. use substring).

1169995Unicode migration: Incorrect VARDAT length in cluster KAPOL
591600Error due to inappropriate column values
1525681Optimizer merge fix for Oracle 11.2.0.2
1525673Optimizer merge fix for Oracle 10.2.0.5