ORA-29887: cannot support row movement if domain index defined on table
What triggered the Error:
An ALTER TABLE ENABLE ROW MOVEMENT was issued on a table which has a domain index defined on it.What should we do to fix it:
Drop the domain index if you want to enable row movement and then reissue the command.