how to check LAST_REFRESH_TYPE from master materialized view site
Hello Oracle Enthusiasts,
We have lot of Remote MVs from multiple different MV sites created and being refreshed.All these MVs point to single table in master MV site.
I am trying to find if the last LAST_REFRESH_TYPE is 'complete' or 'fast' from the Master MV site so i can have complete picture from one place instead of going to each individual remote MV site and querying dba_mviews.
Please advice if we have such a query to use.