Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: last time an index was used
If you have 9i, you can turn on index monitoring. It goes something like this:
ALTER INDEX index NOMONITORING USAGE;
Results should be in V$OBJECT_USAGE.
You can only do it from your own schema, because there is no LUSER column in V$OBJECT_USAGE
On 04/02/2004 11:16:52 AM, Ruth Gramolini wrote:
> Hello all,
> I know that there is a relatively easy way to find out the last time an
-- Mladen Gogala Oracle DBA ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Fri Apr 02 2004 - 10:35:31 CST
![]() |
![]() |