Hi,
I'm trying to create a very simple materialized view, basically a "select <column> from table". Here it is:
CREATE MATERIALIZED VIEW REGISTRANT_MV
BUILD IMMEDIATE
USING INDEX
REFRESH FAST ON DEMAND START WITH sysdate+2/1440 NEXT sysdate + 10/1440
ENABLE QUERY REWRITE
AS
SELECT...
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.