标题: ORA-14066: illegal option for a non-partitioned index-organized table Cause: ... [打印本页] 作者: admin 时间: 2016-8-18 10:00 标题: ORA-14066: illegal option for a non-partitioned index-organized table Cause: ... ORA-14066: illegaloption for a non-partitioned index-organized table Cause: An attempt was made to issue a CREATE or ALTER TABLEcommand on
a non-partitioned IOT, but the command contains an option that is legal onlyfor
partitioned index-organized tables. Such options are: ENABLE ROW
MOVEMENT and DISABLE ROW MOVEMENT. Action: Removethe illegal option(s) from the command.