TimesTen Error Messages

TT-03000

self-referencing foreign keys are not allowed


Cause

You attempted to modify/add a foreign key that is referencing a column of same table.


Action

Ensure that your statement does not include a foreign key that specifies self references (column of the same table) and retry the operation.


Additional Information

TimesTen cannot execute the SQL statement.