TimesTen Error Messages

TT-02798

First argument of SUBSTR operation cannot be parameter with undefined type; please use CAST operator to define data type for parameter


Cause

You invoked the SUBSTR function but specified an undefined type for the first parameter to the function.


Action

Invoke the function again making sure to pass a parameter with a defined type. Consider using the CAST operator to cast the parameter to the correct type. For more information, see SUBSTR, SUBSTRB, SUBSTR4 in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not invoke the function.