Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

ALL_TAB_MODIFICATIONS

ALL_TAB_MODIFICATIONS describes tables accessible to the current user that have been modified since the last time statistics were gathered on the tables.

Related Views

Note:

These views are populated only for tables with the MONITORING attribute. They are intended for statistics collection over a long period of time. For performance reasons, the Oracle Database does not populate these views immediately when the actual modifications occur. Run the FLUSH_DATABASE_MONITORING_INFO procedure in the DBMS_STATS PL/SQL package to populate these views with the latest information. The ANALYZE_ANY system privilege is required to run this procedure.
Column Datatype NULL Description
TABLE_OWNER VARCHAR2(30)
Owner of the modified table.
TABLE_NAME VARCHAR2(30)
Name of the modified table
PARTITION_NAME VARCHAR2(30)
Name of the modified partition
SUBPARTITION_NAME VARCHAR2(30)
Name of the modified subpartition
INSERTS NUMBER
Approximate number of inserts since the last time statistics were gathered
UPDATES NUMBER
Approximate number of updates since the last time statistics were gathered
DELETES NUMBER
Approximate number of deletes since the last time statistics were gathered
TIMESTAMP DATE
Indicates the last time the table was modified
DROP_SEGMENTS NUMBER
Number of partition and subpartition segments dropped since the last analyze