TimesTen Error Messages

TT-08508

Question mark parameter markers are not allowed in PL/SQL blocks


Cause

You provided a question mark as a parameter marker in a PL/SQL program unit.


Action

Specify a valid parameter marker, using the :var notation for bind variables. Then, retry the operation. For more information, see Using bind variables from an application in Oracle TimesTen In-Memory Database PL/SQL Developer's Guide.


Additional Information

TimesTen cannot execute the PL/SQL program unit. Parameter marker names beginning with _QMARK_ are reserved for system use.