Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: db file scattered read

Re: db file scattered read

From: Hemant K Chitale <hkchital_at_singnet.com.sg>
Date: Mon, 17 Mar 2003 06:44:08 -0800
Message-ID: <F001.0056B99E.20030317064408@fatcity.com>

If 14706+3 is one extent and another extent begins at 14710, it will NOT read 14706+8. A DB_FILE_MULTIBLOCK_READ will not span extents. Hemant

At 09:04 AM 14-03-03 -0800, you wrote:
>Here is a part of trace file . I am finding that oracle is trying to read
>8 or 3 or 7 blocks at a time . But block numbers are all sequential i.e.
>it will read 3 blocks starting from 14706 and then 8 blocks starting from
>14710 ( 14706+3 ). Why it doesn't read 8 blcoks always it multi_block_read
>is set to 8 ? Any Idea .
>Also what is ela=1 ,does it mean elapsed time is 1 sentisec ?
>
>
>
>WAIT #32: nam='db file scattered read' ela= 0 p1=4 p2=14706 p3=3
>WAIT #32: nam='db file scattered read' ela= 1 p1=4 p2=14710 p3=8
>WAIT #32: nam='db file scattered read' ela= 2 p1=4 p2=14718 p3=8
>WAIT #32: nam='db file scattered read' ela= 0 p1=4 p2=14727 p3=3
>WAIT #32: nam='db file scattered read' ela= 0 p1=4 p2=14731 p3=7
>WAIT #32: nam='db file scattered read' ela= 1 p1=4 p2=14739 p3=3
>WAIT #32: nam='db file scattered read' ela= 1 p1=4 p2=14744 p3=8
>WAIT #32: nam='db file scattered read' ela= 1 p1=4 p2=129784 p3=8
>
>
>Thanks
>-ak

Hemant K Chitale
My personal web site is : http://hkchital.tripod.com

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Hemant K Chitale
  INET: hkchital_at_singnet.com.sg

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Mar 17 2003 - 08:44:08 CST

Original text of this message

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