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: Paul Baumgartel <paul.baumgartel_at_gmail.com>
Date: Fri, 20 May 2005 12:50:17 -0400
Message-ID: <f8c4771050520095043d6397a@mail.gmail.com>


The sequential reads happen during both the update and the select.=20 V$SQL_PLAN shows TABLE ACCESS FULL OE_LINEITEM_RPT for both of them.

On 5/20/05, Wolfgang Breitling <breitliw_at_centrexcc.com> wrote:
> Are the sequential reads happening during the select or during the
> update sql?
> What does v$sql_plan say about the plan?

--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 20 2005 - 12:55:02 CDT

Original text of this message

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