TimesTen Error Messages

TT-01119

arguments/bind variables not allowed for data definition operations


Cause

You specified a binding variable or argument in a DDL statement.


Action

Consider using a CREATE TABLE statement with an INSERT INTO ... SelectQuery statement instead of a CREATE TABLE ... AS SelectQuery ... :BindingVariable statement.

For more information on the CREATE TABLE statement, see CREATE TABLE in Oracle TimesTen In-Memory Database SQL Reference. For more information on the INSERT...SELECT statement, see INSERT...SELECT in the Oracle TimesTen In-Memory Database SQL Reference. For more information on CREATE VIEW, see CREATE VIEW in the Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot perform the operation. Binding variables or arguments are not allowed for any DDL statements, such as CREATE VIEW, CREATE TABLE.