10.121 V$TABLE_ACCESS_STATS

V$TABLE_ACCESS_STATS displays the scan count for tables and partitions.

The scan data collection begins at instance startup.

Column Datatype Description

OBJECT_ID

NUMBER

Object ID of the table or partition

READ_COUNT

NUMBER

Aggregated scan count since instance startup

LAST_ACCESSED_TIME

TIMESTAMP(0)

Date and time of the most recent scan

CON_ID

NUMBER

The ID of the container to which the data pertains. Possible values include:

  • 0: This value is used for rows containing data that pertain to the entire CDB. This value is also used for rows in non-CDBs.

  • 1: This value is used for rows containing data that pertain to only the root

  • n: Where n is the applicable container ID for the rows containing data

Note:

This view is available starting with Oracle Database 23ai.