Recent Posts

Refresh a Materialized View in Oracle

less than 1 minute read

To refresh an oracle materialized view, run the following command:<div class="code">execute DBMS_SNAPSHOT.REFRESH( ‘MV’,’C’);</div>where “MV” is ...