TimesTen Error Messages

TT-02414

Length of column column_name (number) below minimum (number)


Cause

You attempted to define a CHAR, BINARY, VARCHAR2 or VARBINARY column whose length is less than 1.


Action

Specify the correct length for your column making sure to specify a length greater than 0. For more information, see Data Types in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the operation.