Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: last time an index was used

Re: last time an index was used

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Fri, 2 Apr 2004 11:37:42 -0500
Message-ID: <20040402163742.GE3499@mladen.wangtrading.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US