7.815 USER_TABLE_ACCESS_STATS
USER_TABLE_ACCESS_STATS displays the scan count for tables and partitions owned by the current user. Its columns (except for TABLE_OWNER) are the same as those in ALL_TABLE_ACCESS_STATS.
Note:
The ALL_TABLE_ACCESS_STATS and DBA_TABLE_ACCESS_STATS views do not display data for Oracle-maintained schemas. You can view data for an Oracle-maintained schema by connecting to the schema and querying the USER_TABLE_ACCESS_STATS view.
See Also: