|
|
|
|
|
|
| Re: How do you know whether the Index is getting used or not [message #409916 is a reply to message #409913] |
Wed, 24 June 2009 07:52   |
Michel Cadot Messages: 28994 Registered: March 2007 Location: Nanterre, France, http://... |
Senior Member |
|
|
| Quote: | untill we specify alter <indexname> monitoring usage v$object_usage will not contain values.
|
Yes this is the purpose of this statement.
| Quote: | I want to check whether my Primary key unique index is getting used
|
It is used as it guarantees the unicity. A PK is ALWAYS used. 
Regards
Michel
[Updated on: Wed, 24 June 2009 07:54]
|
|
|
|