Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. OraclerUser

    Materialized View: expression not supported for query rewrite error

    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...

Part and Inventory Search

Back
Top