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: Hot tables

RE: Hot tables

From: Post, Ethan <Ethan.Post_at_ps.net>
Date: Thu, 25 Jul 2002 11:55:07 -0800
Message-ID: <F001.004A2C7C.20020725115507@fatcity.com>


I will add that in 9i you can reset the statistics also. This is not available on 8i which reduces the usefulness of the data over time. My daily report for my databases includes a section the pulls info out of dba_tab_modifications sorted by highest activity first.

Ethan Post
perotdba (AIM), epost1 (Yahoo)


-----Original Message-----
Sent: Thursday, July 25, 2002 1:39 PM
To: Multiple recipients of list ORACLE-L

Tom,  

If you are on 8i, how about using an ALTER TABLE <tab> MONITORING on all user tables - schema by schema if you prefer - and looking at DBA_TAB_MODIFICATIONS after a predefined period. My understanding from the Guru (Steve Adams that is!) is that this tracking is achieved in memory via unlatched activity so there is (should) be no performance overhead for turning on this monitoring - this structure is flushed to disk once in 3 hours apparently. 9i takes this further by allowing Indexes to be montored too (haven't tried that yet!)  

Oh-Boy! It is nice to have On-topic queries after all those looooong OT threads.  

Hth,
John Kanagaraj
Oracle Applications DBA
DBSoft Inc
(W): 408-970-7002

Want to know about a carpenter who built a bridge with two sticks and three nails? Write me for details!

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Post, Ethan
  INET: Ethan.Post_at_ps.net

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Thu Jul 25 2002 - 14:55:07 CDT

Original text of this message

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