TimesTen Error Messages

TT-02435

Decimal value exceeds column scale - value will be truncated


Cause

You specified too many digits to the right of the decimal point based on the previously defined scale for the data type.


Action

Retry the operation, making sure to specify the correct number of digits to the right of the decimal point for the previously defined column. Check the defined scale. Run the ttIsql describe command to display the column data types. For more information, see Data Types in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

This is a warning. TimesTen performed the operation, but truncated the value.