标题: ORA-14175: a subpartition maintenance operation may not [打印本页] 作者: admin 时间: 2016-8-18 10:24 标题: ORA-14175: a subpartition maintenance operation may not ORA-14175: asubpartition maintenance operation may not be combined with other operations Cause: ALTER TABLE or ALTER INDEX statement attempted tocombine a
subpartition maintenance operation (e.g. MOVE SUBPARTITION) with some
other operation (e.g. MODIFY PARTITION ADD SUBPARTITION or PCTFREE)
which is illegal Action: Ensurethat a subpartition maintenance operation is the sole operation
specified in ALTER TABLE or ALTER INDEX statement; operations other than
those dealing with subpartitions, default attributes of partitionedtables/indices or
specifying that a table be renamed (ALTER TABLE RENAME) may be combined at
will