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: Performance - Chained Rows

RE: Performance - Chained Rows

From: Weerd Kirsten, E.C. de <Kirsten.deWeerd_at_Oranjewoud.nl>
Date: Thu, 12 Oct 2000 09:28:20 +0100
Message-Id: <10647.119039@fatcity.com>


Chuck,

        How can I determine if these are chained or migrated rows ???

        Greets,

   Kirsten

> -----Original Message-----
> From: Chuck Hamilton [SMTP:chuck_hamilton_at_yahoo.com]
> Sent: Tuesday, October 10, 2000 7:20 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Performance - Chained Rows
>
> Absolutely. You first need to determine whether these are true chained
> rows or migrated rows. Both show up in the chain_cnt column of dba_tables.
> If they are migrated rows (most likely), increase the PCTFREE for the
> table, and reorg it. If they are true chained rows and the table contains
> LOBs, store the LOBs in a separate lob segment. If they're chained rows
> and you're not using LOBs your choices are to increase the block size to
> something large enough to accomodate the largest row, or live with it. Be
> advised that changing the block size requires recreating the database.
>
>
> "Weerd Kirsten, E.C. de" <Kirsten.deWeerd_at_Oranjewoud.nl> wrote:
>
>
>
> Hi,
>
> I'm still looking for a cause of performance problems ...
>
> I have found a table, very frequently used in forms and procedures,
> with about 10% chained rows. Other most frequently used tables have
> about
> 0,3 % chained rows. Could this be an issue ???
>
> Greets,
>
> Kirsten
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Weerd Kirsten, E.C. de
> INET: Kirsten.deWeerd_at_Oranjewoud.nl
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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 wan! ! t to be removed from). You
> may
> also send the HELP command for other information (like subscribing).
>
>
>
> _____
>
> Do You Yahoo!?
> Get Yahoo! Mail <http://mail.yahoo.com/> - Free email you can access from
Received on Thu Oct 12 2000 - 03:28:20 CDT

Original text of this message

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