TimesTen Error Messages

TT-05300

Parameter bindings are not allowed in the select statement


Cause

The Oracle database select query you specified for the built-in procedure or command contains parameter bindings. Parameter bindings are not supported by the ttTableSchemaFromOraQueryGet built-in procedure, the ttLoadFromOracle built-in procedure, and the createAndLoadfromOraQuery command.


Action

Remove the parameter bindings from the Oracle database select query and call the built-in procedure or command.

For more information on the ttTableSchemaFromOraQueryGet and ttLoadFromOracle built-in procedures and createAndLoadfromQuery command, see ttTableSchemaFromOraQueryGet, ttLoadFromOracle, and ttIsql, respectively, in the Oracle TimesTen In-Memory Database Reference.


Additional Information

The call to the built-in procedure or command failed.