TimesTen Error Messages

TT-01061

PRIMARY KEY syntax can only be used once in statement


Cause

You specified more than one PRIMARY KEY clause. A table can have at most one PRIMARY KEY column list or constraint.


Action

Ensure that your SQL statement only contains one PRIMARY KEY clause. If you are attempting to create a primary key on multiple columns, ensure that all of the columns are specified within the same PRIMARY KEY clause.

For more information, see Primary Keys, Foreign Keys and Unique Indexes in Oracle TimesTen In-Memory Database Operations Guide.


Additional Information

TimesTen cannot perform the operation.