Oracle Error Message
ORA-29887: cannot support row movement if domain index defined on table
Reason for the Error
An ALTER TABLE ENABLE ROW MOVEMENT was issued on a table which has a domain index defined on it.
Solution
Drop the domain index if you want to enable row movement and then reissue the command.