8.10 V$ACTIVITY_TABLE
V$ACTIVITY_TABLE
describes the table activity snapshots that are currently being taken by the Object Activity Tracking System (OATS).
Each row in this view represents one in-progress activity snapshot and describes the table activity that has occurred so far during the snapshot interval.
Column | Datatype | Description |
---|---|---|
|
|
Name of the table for which the activity snapshot is being taken |
|
|
Owner of the table for which the activity snapshot is being taken |
|
|
Reserved for future use |
|
|
Number of table scans |
|
|
Number of table loads |
|
|
Number of rows that were loaded into the table |
|
|
Number of rows that were inserted into the table |
|
|
Number of rows that were deleted from the table |
|
|
Number of table rows that were updated |
|
|
Number of table truncations |
|
|
Number of table rows that were deleted due to table truncations |
|
|
Number of table partition or subpartition truncations |
|
|
Number of table rows that were deleted due to table partition or subpartition truncations |
|
|
Number of table partitions or subpartitions that were created |
|
|
Number of table partition or subpartition drops |
|
|
Number of table rows that were dropped due to table partition or subpartition drops |
|
|
Number of table partition or subpartition moves |
|
|
Number of table rows that were moved due to table partition or subpartition moves |
|
|
Number of table partition or subpartition splits |
|
|
Number of table rows that were split due to table partition or subpartition splits |
|
|
Number of table partition or subpartition merges |
|
|
Number of table rows that were merged due to table partition or subpartition merges |
|
|
Number of table partition or subpartition coalesces |
|
|
Number of table rows that were redistributed due to table partition or subpartition coalesces |
|
|
Number of table partition or subpartition exchanges |
|
|
Number of table rows that were exchanged due to table partition or subpartition exchanges |
|
|
The ID of the container to which the data pertains. Possible values include:
|
Note:
The counts in this view are approximate in order to keep system overhead low. Also, there are database activities, such as statistics collection, query compilation, and query optimization, that may cause the counts to be different than expected or to vary slightly across successive queries.
Note:
This view is available starting with Oracle Database 21c.
See Also:
"DBA_ACTIVITY_TABLE" to view recently completed table activity snapshots