TimesTen Error Messages

TT-02797

First two arguments of INSTR operation cannot be both parameters with undefined type; please use CAST operator to define data type for parameters


Cause

You attempted to invoke the INSTR function, but the first two arguments (expressions) resulted in undefined data types.


Action

Retry invoking the function, making sure to cast the expression to a defined data type. For more information, see INSTR, INSTRB, INSTR4 in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not invoke the function.