TimesTen Error Messages

TT-02919

Scale of number type is out of range [-84,127]


Cause

You attempted to define the NUMBER data type with a scale that is out of range. The correct range is between -84 and 127.


Action

Redefine the column definition specifying the correct scale 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.