TT-05118
Column column_name has different precision/scale in Oracle
Cause
Oracle Database and TimesTen have different implementations of floating point data types and their precision are different. TimesTen issues this warning when a TimesTen DECIMAL type is mapped to an Oracle Database NUMBER type.
Action
Ensure that the data type and its precision conform. See Numeric data types in Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
None.