Useful shortcuts for vi editor

Showing posts with label materialized views. Show all posts
Showing posts with label materialized views. Show all posts

Tuesday 25 October 2016

What are the snapshot (Materialized Views) refresh methods?

begin
DBMS_SNAPSHOT.REFRESH( 'v_alper_ss','f'); 
end;
/

f -> fast refresh
? -> force refresh
c -> complete refresh
a -> always refresh