Hi friends,

What is the difference of the 2 commands?

1.> create materialized view oe.emp
as select * from [email protected]d;

2.> create materialized view oe.emp refresh fast
as select * from [email protected]d;

What type of refresh does #1 use by default?
is it REFRESH SLOW?

thanks a lot