value too large for column string (actual: string, maximum: string)

Solution ID:ORA-12899

Type: Oracle

Cause

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

Actions

Examine 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).

Try the following links for this error:


http://docs.oracle.com/cd/E16655_01/server.121/e26079/e12700.htm


http://docs.oracle.com/cd/E16655_01/appdev.121/e17622/tuning.htm


http://docs.oracle.com/cd/E16655_01/appdev.121/e17622/datatypes.htm


http://docs.oracle.com/cd/E16655_01/appdev.121/e17622/tuning.htm


http://docs.oracle.com/cd/E16655_01/appdev.121/e17622/tuning.htm


http://docs.oracle.com/cd/E16655_01/doc.121/e36716/ch5advanced.htm


http://docs.oracle.com/cd/E16655_01/doc.121/e18407/toc.htm


http://docs.oracle.com/cd/E16655_01/appdev.121/e18410/ch_eight.htm


https://community.oracle.com/message/6865217


https://community.oracle.com/message/10070166


https://community.oracle.com/message/9272688


https://community.oracle.com/message/9980439


https://community.oracle.com/message/1751377


https://community.oracle.com/message/10640877


https://community.oracle.com/message/9516602


https://community.oracle.com/message/4031827


https://community.oracle.com/message/9485777


https://community.oracle.com/message/10500876


https://community.oracle.com/message/4368189


https://community.oracle.com/message/3529856


https://community.oracle.com/message/11314416


https://community.oracle.com/message/9724502


https://community.oracle.com/message/3731389


Browse all solutions to database errors from Oracle, MS SQL, or MySQL