ORA-12082: "string"."string" cannot be index organized
What triggered the Error:
An attempt was made to create an index-organized materialized aggregate view or an index-organized updatable ROWID materialized view. This is not supported.What should we do to fix it:
Try to create the materialized view without the index organization clause.