TimesTen Error Messages

TT-02918

Precision of number type is out of range [1,38]


Cause

You attempted to define the NUMBER data type with a precision that is out of range. The correct precision is between 1 and 38.


Action

Redefine the column definition specifying the correct precision for the NUMBER data type. For more information, see Data Types in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the operation.