TimesTen Error Messages

TT-02776

Both arguments of binary operator cannot be parameters with undefined type; use CAST operator to define data type for parameters argument_name and argument_name


Cause

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


Action

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


Additional Information

TimesTen did not perform the binary operation.