can't remove index ORA-02429:
Hello,
I have been trying to remove an index on a table with error ->
drop index INDEX_NAME
*
ERROR at line 1:
ORA-02429: cannot drop index used for enforcement of unique/primary key
This index has nothing to do with any unique or primary key. I believe the problem maybe that the index is the IOT for the table. I have removed the associated constraint but this does not help. Any ideas? Is there a way to rebuild the table with another IOT?
thanks.