ORA-29888: cannot create domain index on a table with row movement enabled Cause: A create domain index statement was issued on a table that has row movement enabled. Action: Disable the row movement in the table and then reissue the create domain index statement.