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

Home -> Community -> Usenet -> c.d.o.server -> Re: Determine Hot spot for an object

Re: Determine Hot spot for an object

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 16 Jan 2002 13:21:44 -0000
Message-ID: <1011187383.19433.1.nnrp-02.9e984b29@news.demon.co.uk>

Look at x$bh (or v$bh) for rows where
the TCH (touch count) column is high,
then interpret the obj column by reference to the data_object_id of dba_objects.

--
Jonathan Lewis
http://www.jlcomp.demon.co.uk

Now running 3-day intensive seminars
http://www.jlcomp.demon.co.uk/seminar.html

Host to The Co-Operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html

Author of:
Practical Oracle 8i: Building Efficient Databases


yewpc wrote in message <3c425a95$1_at_usenetgateway.com>...

>Hi,
>
> Does anyone know how to write a PL/SQL or just SQL stmt that able to
> determine which object ie table or index is having a hot spot ?
>
>
>Thank you
>
>
>
>--
>Posted via dBforums
>http://dbforums.com
>
Received on Wed Jan 16 2002 - 07:21:44 CST

Original text of this message

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