TimesTen Error Messages

TT-02777

Argument of unary operator cannot be parameter with undefined type; use CAST operator to define a data type for parameter argument_name


Cause

You attempted a unary operation in which the operands were parameters of undefined type.


Action

Retry the unary operation making sure the operands have a defined type. Use the CAST operator to define the data type for the parameter. For more information, see CAST in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the unary operation.