7.47 DBA_TABLE_ACCESS_STATS
DBA_TABLE_ACCESS_STATS displays the scan count for all tables and partitions in the database. Its columns 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: