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: find what tables are being used in the database

Re: find what tables are being used in the database

From: rjamya <rjamya_at_gmail.com>
Date: Thu, 14 Jun 2007 11:36:33 -0400
Message-ID: <9177895d0706140836l2c09c55am44ac27f4d86c3cc2@mail.gmail.com>


I'd look at v$segstat ... and/or enable table monitoring. Monitoring will tell you if there has been any dml against it, v$segstat will tell you if anyone selected from it by looking at lio numbers.

IMHO this is more lightweight than auditing.

Raj

On 6/14/07, Hallas, John (EXP N-ARM) <john.hallas_at_lmco.com> wrote:
>
> Auditing is probably the best get, although there may be monthly, annual
> or ad-hoc tables that might take a time to appear in the audit tables.
>

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 14 2007 - 10:36:33 CDT

Original text of this message

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