Hi All,
I am trying to refresh the MV using dbms_mview package but its giving me the following error,
"ORA-00942: table or view does not exist"
I have a MV named TESTMV in my environment. I am executing the following command,
begin
dbms_mview.refresh('TESTMV,'C');
end;
ORA-00942: table or view does not exist
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2545
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2751
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2720
ORA-06512: at line 3
Any suggestions would be highly appreciated.
Cheers,
ATOM