TimesTen Error Messages

TT-02946

Truncation occurred converting Number to Char


Cause

The result is truncated when converting from NUMBER to CHAR, and some fractional data (i.e., numeric data to the right of the decimal point) could not be converted because the supplied CHAR column length is not big enough.


Action

Allocate a larger CHAR buffer to accommodate the result of the conversion. Allocating a large enough CHAR buffer size will prevent truncation of the result.

For more information on the CHAR data type, see CHAR in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

The result of your operation may be less precise than the original number value.