5.11 DBA_ACTIVITY_TABLE
DBA_ACTIVITY_TABLE
describes table activity snapshots that were recently taken by the Object Activity Tracking System (OATS).
Each row in this view represents one recently completed activity snapshot and describes the table activity that occurred during the snapshot interval.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Activity snapshot identifier |
|
|
|
Name of the container to which the data pertains |
|
|
|
Identifier for the instance in which the activity snapshot was taken |
|
|
|
Begin time for the activity snapshot interval |
|
|
|
End time for the activity snapshot interval |
|
|
|
Name of the table for which the activity snapshot was taken |
|
|
|
Owner of the table for which the activity snapshot was 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 |
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:
"V$ACTIVITY_TABLE" to view in-progress table activity snapshots