Oracle Error ORA-29888: cannot create domain index on a table with row movement enabled

Oracle Error Message

ORA-29888: cannot create domain index on a table with row movement enabled

Reason for the Error

A create domain index statement was issued on a table that has row movement enabled.

Solution

Disable the row movement in the table and then reissue the create domain index statement.