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: table scanning

Re: table scanning

From: Saar <sxmaxoz_at_us.oracle.com>
Date: Wed, 05 Aug 1998 12:11:30 -0700
Message-ID: <35C8AE61.4B848F04@us.oracle.com>


Kevin Everest wrote:

> I am attempting to find out if my database is under indexed by
> determining wether table scanning is taking place.
>
> Can anyone suggest how I go about doing this?
>

SVRMGR> select * from v$sysstat where name like '%table scan%';STATISTIC#
NAME
CLASS VALUE



mostly look at the long tables over time. This is part of using utlbstat & utlestat as statistics collection for a period of time.

--

 __  _    _  __    _ _   _   _ ___  ______________________________
((  /\\  /\\ ||)  |\V/| /\\ /\\ >/  Principal Performance Engineer
_))//-\\//-\\||\ |||||//-\\\\//<_ Oracle Corporation Compaq SBU
////////////////// Drop x's in email (spam) //////////////////////



Received on Wed Aug 05 1998 - 14:11:30 CDT

Original text of this message

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