BEGIN execute immediate ‘alter materialized view dblink.TEST_MV_COPY refresh force on demand start with sysdate next sysdate + 5/1440 ‘; --commit;end;
存储过程带alter的解决方案
原文:https://www.cnblogs.com/shihx/p/13444869.html