dba_snapshots / dba_mviews
In my Oracle 9.2.0.8.0 database I have a dba_job entry that fires off a dbms_refresh.refresh which populates a materialized view. Now as I have this materialized view in both dba_snapshots and dba_mviews will it try and refresh it twice?
Should I only have dba_mviews?
0