create materialized view testmv
refresh fast start with sysdate
next sysdate+1/(24*60)
with primary key
as select * from dx_dxxx@TESTDBLINK;
-------------
create materialized view LOG on dx_dxxx;
select * from testmv
refresh fast start with sysdate
next sysdate+1/(24*60)
with primary key
as select * from dx_dxxx@TESTDBLINK;
-------------
create materialized view LOG on dx_dxxx;
select * from testmv
508

被折叠的 条评论
为什么被折叠?



