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: Oracle 9.2.0.1.0 For Windows performance question

Re: Oracle 9.2.0.1.0 For Windows performance question

From: Aguyngueran <grzybek_at_mikrus.pw.edu.pl>
Date: 23 Aug 2003 14:12:26 -0700
Message-ID: <cdac6650.0308231312.73c772a2@posting.google.com>


>
> The duration of a count(*) is dependent of the size of the table and
> the location of High Water Mark. If you have a table of 1000 blocks,
> and 0 records, but the High Water Mark is at block 995, all 995
> blocks will be read.
> Also your db_file_multiblock_read_count may be inadequate per se, or
> be inadequate compared to the size of a single extent of your table
>
>

OK, so how can I update HWM of my table ? analyze or sthg command ? Received on Sat Aug 23 2003 - 16:12:26 CDT

Original text of this message

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