DBA_OBJECT_USAGE
displays statistics about index usage gathered from the database for all the indexes in the database. You can use this view to monitor index usage. All indexes that have been used at least once can be monitored and displayed in this view.
Related View
USER_OBJECT_USAGE
displays statistics about index usage gathered from the database for the indexes owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Index owner |
|
|
|
Index name in sys.obj$.name |
|
|
|
Table name in sys.obj$.name |
|
|
Indicates whether the monitoring feature is turned on. Possible values:
|
|
|
|
Indicates whether the index has been accessed. Possible values:
|
|
|
|
Start monitoring time in |
|
|
|
End monitoring time in |
See Also: