How to Stop Auto Refresh of Materialized View ??
A materialized view create with the automatic refresh can not be alter to stop refreshing. In order to do that you must break the dbms_job that was created in order to refresh the view. Follow the steps for 12.2.0.1: 1. Connect as mview owner. 2. select * from user_jobs where broken =’N’; 3. In the … Read more