TimesTen Error Messages

TT-03009

Dropping an index used to enforce unique column constraint is not allowed


Cause

You attempted to drop an index used to force a unique constraint using a DROP INDEX statement.


Action

Use ALTER TABLE DROP UNIQUE to drop the unique constraint.


Additional Information

TimesTen cannot perform the SQL operation.