Oracle Error Message
ORA-14066: illegal option for a non-partitioned index-organized table
Reason for the Error
An attempt was made to issue a CREATE or ALTER TABLE command on a non-partitioned IOT, but the command contains an option that is legal only for partitioned index-organized tables. Such options are: ENABLE ROW MOVEMENT and DISABLE ROW MOVEMENT.
Solution
Remove the illegal option(s) from the command.