Home Oracle Commands Oracle Data Dictionary
v$ Performance views

ALL_MVIEWS

All materialized views in the database

Columns
   ___________________________
 
   CONTAINER_NAME
      Name of the materialized view container table
   MVIEW_NAME
      Name of the materialized view
   REFRESH_MODE
      Indicates how and when the materialized view will be refreshed
   QUERY
      The defining query that the materialized view instantiates
   QUERY_LEN
      The number of bytes in the defining query (based on the server character set
   MASTER_LINK
      Name of the database link to the master site
   MASTER_ROLLBACK_SEG
      Name of the rollback segment to use at the master site
   REWRITE_ENABLED
      Indicates whether rewrite is enabled for the materialized view
   UPDATABLE
      Indicates whether the materialized view can be updated
   REFRESH_METHOD
      The default refresh method for the materialized view (complete, fast, ...)
   BUILD_MODE
      How and when to initially build (load) the materialized view container
   FAST_REFRESHABLE
      Indicates the kinds of operations that can be fast refreshed for the MV
   UPDATE_LOG
      Name of the table that logs changes to an updatable materialized view
   LAST_REFRESH_DATE
      The date that the materialized view was last refreshed
   OWNER
      Owner of the materialized view
   STALENESS
      Indicates the staleness state of the materialized view (fresh, stale, ...)
   AFTER_FAST_REFRESH
      Indicates the staleness state the MV will have after a fast refresh is done
   COMPILE_STATE
      Indicates the validity of the MV meta-data
   LAST_REFRESH_TYPE
      Indicates the kind of refresh that was last performed on the MV
   REWRITE_CAPABILITY
      Indicates the kind of rewrite that is enabled

Related Commands:




Back to the Top

Simon Sheppard
SS64.com