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: Create table statement, weird behavior...

Re: Create table statement, weird behavior...

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Thu, 09 May 2002 21:05:31 +0100
Message-ID: <3CDAD68B.688@yahoo.com>


Frank wrote:
>
> Tom, Jonathan,
>
> This is not the point here. The question is:
> why would a mere create table statement allocate 81 extents
> in a dictionary managed TS?
> I wouldn't know the answer, but I think you guys do.
>
> Respectfully yours, etc,
> Frank

If you wanted all the extents to be the same size , then yes, since the create-table would be:

( initial X next X minextents Y pctincrease 0)

where X*Y = total initial size of table required

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Thu May 09 2002 - 15:05:31 CDT

Original text of this message

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