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: Full tablescans on long tables

Re: Full tablescans on long tables

From: Nick P <nick_pope_at_hotmail.com>
Date: Sat, 7 Apr 2001 14:53:27 +0100
Message-ID: <tcu6v8b4c3qi17@xo.supernews.co.uk>

Have you used query plan to look at the queries that you think are causing the problem.

The query plan will tell you which tables are being scanned and allow you to tune your queries/database.

"Keith Jamieson" <Keith.Jamieson_at_phoenix.ie> wrote in message news:99vl2d$a23$1_at_kermit.esat.net...
> After running utlbstat.sql and utlestat.sql, I get a lot of full table
 scans
> on long tables(ie more than 5 data blocks).
>
> Is there any utility, view etc which will let me see what the names of
 these
> long tables being accessed are.
>
> Essentially, I want to see if its one or two particular tables which are
> being hit frequently, or whether I have a problem in General.
>
> TIA.
>
> Keith Jamieson
>
>
>
>
Received on Sat Apr 07 2001 - 08:53:27 CDT

Original text of this message

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