TimesTen Error Messages

TT-44055

Load from Oracle warning: Data Conversion involving columns of type TT_TIMESTAMP may result in truncated data


Cause

You attempted to load data from an Oracle database column that uses a TIMESTAMP data type with precision greater than 6 into a TimesTen database column that uses a TT_TIMESTAMP data type.


Action

Ensure that the Oracle database column uses a TIMESTAMP data type with precision no greater than 6.


Additional Information

TimesTen may truncate the data.