Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Extent sizes when using LMT with autoallocate clause
>From memory...
16 extents of 64K = 1 meg
63 extents of 1m = 63 meg (64 total)
120 extents of 8m = 960 meg (1024 meg or 1 gig total)
Additional extents are 64m (I never found an upward bound in testing...)
*This is undocumented by Oracle (last I checked)
Dan Fink
-----Original Message-----
Sent: Tuesday, December 03, 2002 9:04 AM
To: Multiple recipients of list ORACLE-L
Hi!
I was wondering what the allocated extent sizes for locally managed tablespaces with the autoallocate clause are? The first extents are 64k in size. How many 64k chunks are allocated? What are the next sizes?
CREATE TABLESPACE local_auto
DATAFILE '/u02/oradata/local_auto01.dbf'
SIZE 1M reuse
EXTENT MANAGEMENT LOCAL AUTOALLOCATE;
This is 9.2.0.2 on Solaris.
Thanks,
Helmut
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Fink, Dan INET: Dan.Fink_at_mdx.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 also send the HELP command for other information (like subscribing).Received on Tue Dec 03 2002 - 14:39:58 CST
![]() |
![]() |