DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: how do i find the used and unused indexes

  1. #1
    Join Date
    May 2000
    Location
    maryland hights
    Posts
    20

    how do i find the used and unused indexes

    how do i find the indexes usage of used and unused on table..
    Nallamothu

  2. #2
    Join Date
    Jan 2001
    Posts
    3,134
    There is a script on metalink somwhere, I was searching for it yesterday but did not have any luck.

    Or, you could just drop them all and what till the users tell you what they need.

    MH
    I remember when this place was cool.

  3. #3
    Join Date
    May 2001
    Location
    Maryland, USA
    Posts
    409
    If you are using Oracle 9i, you can use Index MONITORING USAGE clause and query the v$object_usage to see that the index has been used.

    HTH.
    -- Dilip

  4. #4
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    Did you try searching the forum..

    anyway have a look at the link below

    http://forums.dbasupport.com/forums/...0&pagenumber=2

    regards
    Hrishy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width