Finding Index usage.
YasuJan 11 2010 — edited Jan 11 2010Hi All,
I need to find un-usable indexes and also all the sql queries which are accessing these indexes on a table.
Oracle Database version: 10.2.0.4
OS Version: HP-UX 11.3
I tried by enabling index monitoring.... but it says only whether index has been used atleast once or not.
I required all the sql queries using indexes which exist on this table. Is it possible....????
Required information that whether these indexes can dropped or not(As this table has more than 10 indexes)
-Yasser