Oracle Message ORA-08111 - a partitioned index may not be coalesced as a whole

ERRORa partitioned index may not be coalesced as a whole
CAUSEUser attempted to coalesce a partitioned index using ALTER INDEX COALESCE statement, which is illegal
ACTIONCoalesce the index a (sub)partition at a time (using ALTER INDEX MODIFY (sub)PARTITION COALESCE)