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: Table size

Re: Table size

From: Uwe Schneider <uwe_at_richard-schneider.de>
Date: Tue, 16 Oct 2001 21:34:36 +0200
Message-ID: <3BCC8BCC.2DF0C1B0@richard-schneider.de>


Ragnar Hark wrote:
>
> Hei !
> What is the maximum table size, if my tablespace is 20GB and datafiles are
> 2GB's.
> I try creat table more than 2GB, but gives error "Invalid Initial size".

A table segment can grow as large as the tablespace (minus some bytes for segment and file headers). But note: each extent of the segment cannot exceed the size of the datafile it is in.

That means: You cannot create your table with INITIAL OR NEXT > 2047 M if the OS's file size is limited to 2 GB.

Uwe

-- 
Uwe Schneider       | Telefon +49 7244 / 609504
Karlsdorfer Str. 31 | Mail    uwe_at_richard-schneider.de
DE-76356 Weingarten | http://www.richard-schneider.de/uwe
Linux - OS al dente!
Received on Tue Oct 16 2001 - 14:34:36 CDT

Original text of this message

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