René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

dbms_mview

This package is part of Oracle's replication management API.

refresh

There are three refresh methods which can be specified with the 2nd parameter:
  • F: Fast refresh
  • ?: Force refresh
  • C: Complete refresh
  • A: Always refresh (equivalent to C)
A materialized view can only be fast refreshed if a materialized view log has been created.