Oracle9i Database Reference
Release 1 (9.0.1)

Part Number A90190-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Dynamic Performance (V$) Views, 113 of 211


V$OBJECT_USAGE

You can use this view to monitor index usage. The view displays statistics about index usage gathered from the database. All indexes that have been used at least once can be monitored and displayed in this view.

Column  Datatype  Description 

INDEX_NAME 

VARCHAR2(30) 

The index name in sys.obj$.name 

TABLE_NAME 

VARCHAR2(30) 

The table name in sys.obj$.name 

MONITORING 

VARCHAR2(3) 

YES| NO 

USED 

VARCHAR2(3) 

YES| NO 

START_MONITORING 

VARCHAR2(19) 

The start monitoring time in sys.object_stats.start_monitoring 

END_MONITORING 

VARCHAR2(19) 

The end monitoring time in sys.object_stats.end_monitoring 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback