ORA-08111:a partitioned index may not be coalesced as a whole
错误码
错误描述:a partitioned index may not be coalesced as a whole
错误原因:User attempted to coalesce a partitioned index using ALTER INDEX COALESCE statement, which is illegal
解决方法:Coalesce the index a (sub)partition at a time (using ALTER INDEX MODIFY (sub)PARTITION COALESCE)
向认证技术专家提问
向技术专家提问


