ORA-32300: cannot drop a secondary materialized view "string
"."string"What triggered the Error:
An attempt was made to drop a materialized view of a nested table column's storage table.What should we do to fix it:
Drop the materialized view that contains the nested table column. This will implicitly drop all secondary materialized views.