ORA-23472: materialized view "string"."string" must be atomically refreshed
What triggered the Error:
n-atomic refresh is not supported for the specified materialized view.What should we do to fix it:
t the value of the ATOMIC parameter to FALSE in the refresh procedure being used or remove the specified materialized view from the set of materialized views being refreshed.