BEGIN
DBMS_MVIEW.REFRESH (
list => '物化视图名称',
Method =>'COMPLETE',
refresh_after_errors => True);
end;
           

相关文章: