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: #pages read per I/O?

Re: #pages read per I/O?

From: Howard J. Rogers <howardjr2000_at_yahoo.com.au>
Date: Sun, 13 Oct 2002 10:09:07 +1000
Message-ID: <KI2q9.51535$g9.149794@newsfeeds.bigpond.com>


Just a semantic aside, but we don't talk 'pages' in Oracle, but 'blocks'. And hence the parameter that governs how many blocks are read in a single I/O is called db_file_multiblock_read_count.

Type 'show parameter db_file' in sql plus, and you'll see what it's set to.

As for an average, have a look at v$filestat.

Regards
HJR "y" <y_at_y.com> wrote in message news:3DA8B29F.9635C9DA_at_y.com...
> I am using Oracle8i EE.
> I found only Oracle Server process can read index/data pages into Buffer
> Cache. So that means at least Oracle8i EE didn't support asynchronous
> read, right?
> I want to know when the Oracle Server process need to do read from the
> disk, how many pages it can read into Buffer Cache one I/O? How to check
> the average number of read pages per I/O?
> TIA
>
Received on Sat Oct 12 2002 - 19:09:07 CDT

Original text of this message

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