Hi Folks,
I have a materialized view that is defined as follows.
create materialized view mv_test
BUILD IMMEDIATE
REFRESH COMPLETE
start with SYSDATE
next round(SYSDATE + 1) + 1/24
as
< my query >
Based on the above code, an somebody please confirm that the materialized view will be updated daily at 1 A.M?
Thanks in advance
rogers42
I have a materialized view that is defined as follows.
create materialized view mv_test
BUILD IMMEDIATE
REFRESH COMPLETE
start with SYSDATE
next round(SYSDATE + 1) + 1/24
as
< my query >
Based on the above code, an somebody please confirm that the materialized view will be updated daily at 1 A.M?
Thanks in advance
rogers42