标题: ORA-14280: all rows in table do not qualify [打印本页] 作者: admin 时间: 2016-8-19 11:28 标题: ORA-14280: all rows in table do not qualify ORA-14280: all rowsin table do not qualify for specified subpartition Cause: There is at least one row in the non partitioned tablewhich does not
qualify for the subpartition specified in the ALTER TABLE EXCHANGE
SUBPARTITION Action: Ensurethat all the rows in the segment qualify for the subpartition.
Perform the alter table operation with the NO CHECKING option. Run ANALYZE
table VALIDATE on that subpartition to find out the invalid rows and deletethem.