TimesTen Error Messages

TT-02932

Underflow converting Number to TinyInt


Cause

TimesTen attempted a conversion of a NUMBER data type to a TT_TINYINT data type and the result was too small for the TT_TINYINT data type.


Action

Check the semantics of the data types and the conversion rules and make sure the rounding to 0 is an acceptable result. For more information, see Data Types in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen issued a warning, performed the operation, but rounded the result to 0.