Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: table scanning
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
![]() |
![]() |