Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ** find whether table or index being accessed
MG,
AFAIK v$object_usage is ONLY for current user ... you have to hack it to see remaining data.
Raj
-----Original Message-----
Sent: Tuesday, November 18, 2003 5:04 PM
To: Multiple recipients of list ORACLE-L
> 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). ************************************************************************************** This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank you. **************************************************************************************5 -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Jamadagni, Rajendra INET: Rajendra.Jamadagni_at_espn.com 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 Wed Nov 19 2003 - 07:20:18 CST