Oracle Solution for Error ora-23401

Solution for Oracle Error ORA-23401

ORA-23401: materialized view "string"."string" does not exist

What triggered the Error:

materialized view name was given to dbms_mview.refresh that is not in sys.snap$ or its associated views.

What should we do to fix it:

ovide a materialized view name that is in sys.snap$, all_mviews or user_mviews.