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: sequential read on full-table scan?

Re: sequential read on full-table scan?

From: Wolfgang Breitling <breitliw_at_centrexcc.com>
Date: Fri, 20 May 2005 10:36:28 -0600
Message-ID: <428E120C.4030007@centrexcc.com>


Are the sequential reads happening during the select or during the update sql?
What does v$sql_plan say about the plan?

Paul Baumgartel wrote:
> SELECT SUM(OPTIONS_VESTED) SUM_VESTED,SUM(ACTUAL_FORFEITURE)
...
> followed by=20
>
> UPDATE /*+ rule */OE_LINEITEM_RPT R SET FAS123_TURNOVER=3DROUND(:b1 /
...
>
> (and statspack reports) show that the process is spending 80% of its
> time waiting for db file sequential read of 1 block from the table.=20

Just because they are sequential reads (or rather single block reads) doesn't mean it's not a FTS. Oracle CAN do FTS using single block reads.

-- 
Regards

Wolfgang Breitling
Centrex Consulting Corporation
www.centrexcc.com
--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 20 2005 - 12:41:27 CDT

Original text of this message

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