TimesTen Error Messages

TT-03304

Foreign key definition is not allowed for CREATE TABLE AS SELECT


Cause

You specified a foreign key clause in your CREATE TABLE AS SELECT statement. This operation is not allowed.


Action

Remove the foreign key clause from your statement or create a foreign key using the ALTER TABLE statement. For more information, see ALTER TABLE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot perform the operation.