Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: A little baffled by "chained rows"....

Re: A little baffled by "chained rows"....

From: Jack Wang <nospam_at_nospam.com>
Date: Tue, 12 Aug 2003 17:32:42 GMT
Message-ID: <_w9_a.62$zE1.43@edtnps84>


> insert into blah select * from X; (re-inserts the old rows, and because
> it's an insert, they can't possibly migrate).

Yes, this solves row migration. But if the length of inserted row exceeds block size, row chaining would still occur? Any suggestion on how to avoid chained row in such case? Is it necessary to re-design the table structure to use CLOB in replace of char/varchar2?

Thanks.
Jack Received on Tue Aug 12 2003 - 12:32:42 CDT

Original text of this message

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