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

Home -> Community -> Mailing Lists -> Oracle-L -> Physical read too large

Physical read too large

From: Ofer Harel <oharel_at_barak013.net.il>
Date: Tue, 22 Oct 2002 03:18:39 -0800
Message-ID: <F001.004EF7F1.20021022031839@fatcity.com>


Our data warehouse return this mysterious result: SQL> select *
  2 FROM v$sysstat

  3    WHERE  name  = 'physical reads'
  4    or    name    = 'db block gets'
  5    or    name  = 'consistent gets'

  6 ;

STATISTIC# NAME CLASS VALUE

---------- ----------------------------------------------------
        38 db block gets         8   6809493346
        39 consistent gets      8   28857032917
        40 physical reads       8   1.84467440704754E19

Look at the parameter "physical reads" - How it can be so large?

regards

Ofer Harel
DBA team
Barak ITC
oharel_at_barak013.net.il
--

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

Author: Ofer Harel
  INET: oharel_at_barak013.net.il

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 Tue Oct 22 2002 - 06:18:39 CDT

Original text of this message

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