How to refresh Materialized View
Hi,
How to refresh materialized view automatically in oracle?.I created a materialized view and i use to refresh daily by using the following command
execute DBMS_MVIEW.REFRESH( LIST => 'MV2', METHOD => 'C' );
Regards,
Sindhu.P
0