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: consistent gets not equal to number of rows

Re: consistent gets not equal to number of rows

From: <bdurrettccci_at_yahoo.com>
Date: 1 Feb 2007 13:42:39 -0800
Message-ID: <1170366159.780799.307120@p10g2000cwp.googlegroups.com>


On Feb 1, 3:54 pm, "Jonathan Lewis" <jonat..._at_jlcomp.demon.co.uk> wrote:
> <bdurrettc..._at_yahoo.com> wrote in message
>
> Tablescans are a particularly easy example - especially
> if you do a simple aggregate. As you guessed, Oracle
> gets the block once and the picks rows out of it while
> "pinning" it.
>
> If you did a tablescan returning actual rows, and set a
> small arraysize for the fetch, you would see Oracle
> getting the block, pinning it to fill the array, then letting
> it go; then coming back to pin it for the next fetch.
>
> There's some information I wrote about the whole
> process here:
> http://www.dizwell.com/prod/node/342
>
> --
> Regards
>
> Jonathan Lewishttp://jonathanlewis.wordpress.com

Very helpful. Thanks.

Received on Thu Feb 01 2007 - 15:42:39 CST

Original text of this message

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