ORA-23410: materialized view "string"."string" is already in a refresh group
What triggered the Error:
materialized view of the same name is already in a refresh group.What should we do to fix it:
btract the materialized view from the current refresh group and add it to its new refresh group, or combine the two refresh groups into a single refresh group.