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: DATA BLOCK

Re: DATA BLOCK

From: Jim Kennedy <kennedy-family_at_attbi.com>
Date: Thu, 21 Feb 2002 05:32:05 GMT
Message-ID: <pD%c8.2103$2Q1.6161@rwcrnsc54>


Yes. You could have 1000 columns of varchar2(4000) and if you filled each to capacity then that would be larger than a data block. Or have a column of long. The block will be chained to other blocks. Jim
"Y" <a_at_b.c> wrote in message news:3C747214.66D81386_at_b.c...
> This make me think of one thing, does oracle allow the rowsize (no LOB and
no user
> defined type) bigger than data block?
> TIA
>
> damorgan wrote:
>
> > Only with a nested table. With heap tables (regular tables) it can not
be.
> >
> > Daniel Morgan
> >
> > Luis Nobre wrote:
> >
> > > Can anyone please explain me how a block may contain rows from more
than one table?
> > >
> > > Thanks!!
> > > LCLN
>
Received on Wed Feb 20 2002 - 23:32:05 CST

Original text of this message

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