DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.USER_TAB_MODIFICATIONS

Object Details
Object Name: USER_TAB_MODIFICATIONS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Information regarding modifications to tables

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (128)
Modified table
PARTITION_NAME VARCHAR2 (128)
Modified partition
SUBPARTITION_NAME VARCHAR2 (128)
Modified subpartition
INSERTS NUMBER

Approximate number of rows inserted since last analyze
UPDATES NUMBER

Approximate number of rows updated since last analyze
DELETES NUMBER

Approximate number of rows deleted since last analyze
TIMESTAMP DATE

Timestamp of last time this row was modified
TRUNCATED VARCHAR2 (3)
Was this object truncated since the last analyze?
DROP_SEGMENTS NUMBER

Number of (sub)partition segment dropped since the last analyze?
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TABLE_NAME
,      PARTITION_NAME
,      SUBPARTITION_NAME
,      INSERTS
,      UPDATES
,      DELETES
,      TIMESTAMP
,      TRUNCATED
,      DROP_SEGMENTS
FROM SYS.USER_TAB_MODIFICATIONS;

Dependencies

[top of page]

SYS.USER_TAB_MODIFICATIONS references the following:

SchemaSYS
TableMON_MODS_ALL$
TableOBJ$
TableTAB$
TableTABSUBPART$
SYS.USER_TAB_MODIFICATIONS is referenced by following:

SchemaPUBLIC
SynonymUSER_TAB_MODIFICATIONS