TimesTen Error Messages

TT-01001

Syntax error in SQL statement statement


Cause

The parser detected a syntax error in the specified SQL statement.


Action

Correct the SQL syntax and retry the operation. For more information about SQL syntax, see SQL syntax in Oracle TimesTen In-Memory Database SQL Reference. If your SQL syntax is correct, check if you are using a TimesTen SQL reserved word. If you are using a TimesTen SQL reserved word, add quotes around the reserved word or use an alternate identifier. For more information, see Reserved Words in the Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot perform the SQL operation.