Home Oracle Commands Oracle Data Dictionary
v$ Performance views

ALL_SNAPSHOT_LOGS

All snapshot logs in the database that the user can see

Columns
   ___________________________
 
   LOG_OWNER
      Owner of the snapshot log
   MASTER
      Name of the master table which changes are logged
   LOG_TABLE
      Log table; with rowids and timestamps of rows which changed in the master
   LOG_TRIGGER
      An after-row trigger on the master which inserts rows into the log
   ROWIDS
      If YES,the snapshot log records rowid information
   PRIMARY_KEY
      If YES,the snapshot log records primary key information
   OBJECT_ID
      If YES,the snapshot log records object id information
   FILTER_COLUMNS
      If YES,the snapshot log records filter column information
   SEQUENCE
      If YES,the snapshot log records sequence information
   INCLUDE_NEW_VALUES
      If YES,the snapshot log records old and new values (else only old values)
   CURRENT_SNAPSHOTS
      One date per snapshot -- the date the snapshot of the master last refreshed
   SNAPSHOT_ID
      Unique identifier of the snapshot

Related:



Simon Sheppard
SS64.com