Oracle Error ORA-32300: cannot drop a secondary materialized view “string”.”string”

Oracle Error Message

ORA-32300: cannot drop a secondary materialized view “string”.”string”

Reason for the Error

An attempt was made to drop a materialized view of a nested table column’s storage table.

Solution

Drop the materialized view that contains the nested table column. This will implicitly drop all secondary materialized views.