TimesTen Error Messages

TT-02433

Invalid fixed-point number provided


Cause

You specified an invalid value for a fixed-point numeric data type. You must specify a fixed-point value in this order: a sign, digits (0-9), a decimal point and digits (0-9). The sign and decimal point are optional.


Action

Retry the operation, making sure to specify a correct fixed-point value for the numeric data type. For more information, see Data Types in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the operation.