Database Error Messages

ORA-01462

cannot insert string literals longer than 4000 characters

Cause

The longest literal supported by Oracle consisted of 4000 characters.


Action

Reduce the number of characters in the literal to 4000 characters or fewer or use the VARCHAR2 or LONG datatype to insert strings exceeding 4000 characters.