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 sequential read - again

Re: db file sequential read - again

From: Alexander Fatkulin <afatkulin_at_gmail.com>
Date: Wed, 14 Mar 2007 13:48:39 +1000
Message-ID: <49d668000703132048r31740ae6r8dde9626edb3ce14@mail.gmail.com>


Sorry,

the additional join condition should be

nvl(partition_name, segment_name)=nvl(subobject_name, object_name)

(or something like that - accounting for non-composite objects)

or else we end up having only partitioned objects.

again, sorry for the inconvenience.

On 3/14/07, Alexander Fatkulin <afatkulin_at_gmail.com> wrote:
> Mark,
>
> you forgot to include v$segment_statistics.subobject_name =
> dba_segments.partition_name in join conditions.

-- 
Alexander Fatkulin
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Mar 13 2007 - 22:48:39 CDT

Original text of this message

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