标题: ORA-28664: a partitioned table may not [打印本页] 作者: admin 时间: 2016-9-3 11:24 标题: ORA-28664: a partitioned table may not ORA-28664: a partitioned table may not be coalesced as a whole Cause: User attempted tocoalesce a partitioned IOT using ALTER TABLE
COALESCE statement, which is illegal Action: Coalesce the table apartition at a time (using ALTER TABLE MODIFY
PARTITION COALESCE)