Materialized view refresh time
I set up the materialized view for people to run some long running decision support queries. I pre-set the refresh intervals. But how can I find out how long does it take for the refresh group from start of the refresh to actually finish the refresh? I did use the fast refresh. I have about 40 materialized views in one refresh group though. I can find out the refresh start time by querying the next_date in the dba_jobs, but where can I find the info for the finish time? Gurus, any idea? Thanks. By the way, this is a 10.2.0.3 version
0