Database Error Messages

ORA-65422

The CLUSTERING clause already has a zonemap defined on it

Cause

An ALTER TABLE MODIFY CLUSTERING command was issued with the WITH MATERIALIZED ZONEMAP option but the table already had zonemap define on it.


Action

Drop the zonemap associated with the base table before attempting to add zonemap using the CLUSTERING clause.