Home Oracle Commands Oracle Data Dictionary
v$ Performance views

DBA_TAB_MODIFICATIONS

Information regarding modifications to tables

Columns
   ___________________________
 
   SUBPARTITION_NAME
      Modified subpartition
   TABLE_OWNER
      Owner of modified table
   TABLE_NAME
      Modified table
   INSERTS
      Approximate number of rows inserted since last analyze
   UPDATES
      Approximate number of rows updated since last analyze
   DELETES
      Approximate number of rows deleted since last analyze
   TIMESTAMP
      Timestamp of last time this row was modified
   TRUNCATED
      Was this object truncated since the last analyze?
   PARTITION_NAME
      Modified partition

Related Commands:




Back to the Top

Simon Sheppard
SS64.com