Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Advanced Materlized view is not updating data
You can test it using SQLPLUS and see what happens:
SQL>set serverout on
SQL>exec dbms_snapshot.refresh('MV_NAME', 'F')
Received on Tue Nov 08 2005 - 19:33:19 CST