Tuesday, 25 May 2021

Materialized View Manual Refresh

 col OWNER for a20

col MVIEW_NAME for a30

col LAST_REFRESH_DATE for a40


select OWNER, MVIEW_NAME, LAST_REFRESH_DATE from dba_mviews where owner='POND' and MVIEW_NAME='RC_MU_11';


execute DBMS_MVIEW.REFRESH( LIST => 'POND.RC_MU_11', METHOD => 'F');


col OWNER for a20

col MVIEW_NAME for a30

col LAST_REFRESH_DATE for a40


select OWNER, MVIEW_NAME, LAST_REFRESH_DATE from dba_mviews where owner='POND' and MVIEW_NAME='RC_MU_11';

No comments:

Post a Comment

Featured post

Restircted session due to sync filed with ora-65177

Application is unable to connect the database due to restricted session. sql> show pdbs; SQL> show con_name CON_NAME -----------------...