Home Oracle Commands Oracle Data Dictionary
v$ Performance views

USER_MVIEW_LOGS

All materialized view logs owned by the user

Columns
   ___________________________
 
   LOG_OWNER
      Owner of the materialized view log
   MASTER
      Name of the master table which changes are logged
   LOG_TABLE
      Log table; with rowids and timestamps of rows which changed in themaster
   LOG_TRIGGER
      Trigger on master table; fills the materialized view log
   ROWIDS
      If YES,the materialized view log records rowid information
   PRIMARY_KEY
      If YES,the materialized view log records primary key information
   OBJECT_ID
      If YES,the materialized view log records object id information
   FILTER_COLUMNS
      If YES,the materialized view log records filter column information
   SEQUENCE
      If YES,the materialized view log records sequence information
   INCLUDE_NEW_VALUES
      If YES,the materialized view log records old and new values (else only old values)

Related:



Simon Sheppard
SS64.com