How to fix the Oracle error ORA-29887: cannot support row movement if domain index defined on table?
In this post, you’ll learn more about the Oracle ErrorORA-29887: cannot support row movement if domain index defined on table with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-29887: cannot support row movement if domain index defined on table
Reason for the Error ORA-29887: cannot support row movement if domain index defined on table
An ALTER TABLE ENABLE ROW MOVEMENT was issued on a table which has a domain index defined on it.
How to fix the Error ORA-29887: cannot support row movement if domain index defined on table ?
You can fix this error in Oracle by following the below steps
Drop the domain index if you want to enable row movement and then reissue the command.
Leave Your Comment