| Error | ORA-23401 |
Description | materialized view "string"."string" does not exist | Cause | A materialized view name was given to dbms_mview.refresh that is not in sys.snap$ or its associated views. | Action | Provide a materialized view name that is in sys.snap$, all_mviews or user_mviews. |