I want to write a materialized view to select all the data from a master table but I want the view not to execute until I execute it. Do I still need the parameters START WITH and NEXT? How do I write the view?
Hi,
Yes you can ignore the Start with ... Next clause but later on when you decide to allow refresh you will have to Alter your view to Add Refresh option and Start with..Newxt clause.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.