TimesTen Error Messages

TT-02043

Binary data exceeds column width for column column_name - value will be truncated


Cause

You attempted to insert a string into a binary column and the string exceeds the maximum length defined for the column.


Action

If you do not wish the value to be truncated, increase the length of the column definition for the table. For more information, see Data Types in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen performed the insert operation, but truncated the value.