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: Nikunj Gupta <good_dba_at_hotmail.com>
Date: Thu, 12 Oct 2000 22:36:12 -0700
Message-Id: <10647.119128@fatcity.com>


Hi,

Analyze the table and check for the chain_cnt in dba_tables.

Good luck.

> 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
> > anywhere!
> --
> 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 want to be removed from). You may
Received on Fri Oct 13 2000 - 00:36:12 CDT

Original text of this message

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