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: Why I get different 'db file scattered read' values?

RE: Why I get different 'db file scattered read' values?

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Mon, 19 Jul 2004 15:01:51 -0400
Message-ID: <42BBD772AC30EA428B057864E203C99927447D@MSGBOSCLF2WIN.DMN1.FMR.COM>


This has nothing to do with the stripe size.

Waleed

-----Original Message-----
From: Juan Carlos Reyes Pacheco [mailto:jreyes_at_dazasoftware.com]=20 Sent: Monday, July 19, 2004 2:45 PM
To: oracle-l_at_freelists.org
Subject: RE: Why I get different 'db file scattered read' values?

Hi Chris, my block size is 8K, how do I get my stripe size in NT 2000?, I
don't use RAID
=20

-------Original Message-------
=20

From: oracle-l_at_freelists.org
Date: 07/19/04 13:44:54
To: oracle-l_at_freelists.org
Subject: RE: Why I get different 'db file scattered read' values?
=20

Stripe size?
=20

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Juan Carlos Reyes Pacheco
Sent: Monday, July 19, 2004 12:34 PM
To: oracle-l_at_freelists.org
Subject: Why I get different 'db file scattered read' values?
=20

Hi list, I runt the following script to get the DB_FILE_MULTIBLOCK_READ_COUNT value
=3D20

SQL> ALTER SESSION SET DB_FILE_MULTIBLOCK_READ_COUNT =3D3D100;
SQL> SET AUTOTRACE TRACEONLY
SQL> ALTER SESSION SET TRACEFILE_IDENTIFIER=3D3D'TEST_BLOCK_SIZE';
SQL> ALTER SESSION SET EVENTS '10046 TRACE NAME CONTEXT FOREVER, LEVEL
SQL> SELECT /*+ FULL(A) */ * FROM ADM.TRANSAC_ME A;
371196 filas seleccionadas.
Execution Plan

0 SELECT STATEMENT Optimizer=3D3DCHOOSE (Cost=3D3D206 Card=3D3D308952 = Byte
s=3D3D46342800)
=3D20

1 0 TABLE ACCESS (FULL) OF 'TRANSAC_ME' (Cost=3D3D206 Card=3D3D308952 Bytes=3D3D46342800)
Statistics

1118 recursive calls
0 db block gets
33023 consistent gets
8490 physical reads
60 redo size
31569813 bytes sent via SQL*Net to client 272709 bytes received via SQL*Net from client 24748 SQL*Net roundtrips to/from client
6 sorts (memory)
0 sorts (disk)
=3D20

But I get the different values in p3
WAIT #1: nam=3D3D'db file scattered read' ela=3D3D 32568 p1=3D3D3 = p2=3D3D51689 =3D
p3=3D3D8
WAIT #1: nam=3D3D'db file scattered read' ela=3D3D 15915 p1=3D3D3 = p2=3D3D51778 =3D
p3=3D3D7
WAIT #1: nam=3D3D'db file scattered read' ela=3D3D 16483 p1=3D3D3 = p2=3D3D51785 =3D
p3=3D3D8
WAIT #1: nam=3D3D'db file scattered read' ela=3D3D 29985 p1=3D3D3 = p2=3D3D51937 =3D
p3=3D3D8
WAIT #1: nam=3D3D'db file scattered read' ela=3D3D 150 p1=3D3D3 = p2=3D3D52050 =3D
p3=3D3D7
=3D20

Any idea?, my ntfs disk is compressed.
=3D20

Juan Carlos Reyes Pacheco
OCP

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Jul 19 2004 - 13:58:41 CDT

Original text of this message

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