TimesTen Error Messages

TT-02389

Truncation is not supported with string data type in RETURNING clause


Cause

You used the TRUNCATE keyword with a non-textual data type in the RETURNING clause. This is not supported.


Action

Remove the TRUNCATE keyword or change the RETURNING clause to use a textual data type like VARCHAR2 or NVARCHAR2.


Additional Information

TimesTen did not execute the statement.