I have the feeling someone has been renaming materialized views :-)
Ask around from which table the renamed MV was recreated from. Say the table is called XYZ.
Then run:
Then drop it.Code:create snapshot VIRU on prebuilt table as select * from XYZ;
In 9i, it is impossible to rename MVs.




Reply With Quote