ORA-14066: illegal option for a non-partitioned index-organized table
What triggered 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.What should we do to fix it:
Remove the illegal option(s) from the command.