Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ** find whether table or index being accessed
> Well, 'ALTER INDEX MONITORING USAGE' should do the trick. Results should
be
> in V$OBJECT_USAGE. In connection to that, here is a sweet little bug in
oracle 9.2.0.4:
>
> SQL> select name from v$fixed_table where name='V$OBJECT_USAGE';
>
> no rows selected
>
> Don't tell that to oracle, they might even fix it.
Hi!
It's probably not a bug, since v$object_usage is completely based on Oracle's base tables (as seen from view text), then it's not a fixed view, even though it has v$ in it's name.
Tanel.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Tanel Poder INET: tanel.poder.003_at_mail.ee Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Nov 18 2003 - 16:04:26 CST
![]() |
![]() |