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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Locally managed tablespaces + auto-allocate

Re: Locally managed tablespaces + auto-allocate

From: Ajay K <ajay_at_tems.com>
Date: Tue, 10 Oct 2000 11:51:57 -0500
Message-Id: <10645.118892@fatcity.com>


It looks like block size is small .
Ajay

> I created this table in a locally managed (auto-allocate) tablespace:
>
> create table testext ( c1 char (250)) storage (initial 10M next 10M)
> tablespace dimd;
>
> When I query the extents:
>
> select * from user_extents where segment_name = 'TESTEXT';
>
> SEGMENT_NA PARTITION_ SEGMENT_TYPE TABLESPACE_NAME EXTENT_ID
BYTES
> BLOCKS
> ---------- ---------- ------------------ --------------- --------- -------

--

> ---------
> TESTEXT TABLE DIMD 0
1048576
> 64
> TESTEXT TABLE DIMD 1
1048576
> 64
> TESTEXT TABLE DIMD 2
1048576
> 64
> TESTEXT TABLE DIMD 3
1048576
> 64
> TESTEXT TABLE DIMD 4
1048576
> 64
> TESTEXT TABLE DIMD 5
1048576
> 64
> TESTEXT TABLE DIMD 6
1048576
> 64
> TESTEXT TABLE DIMD 7
1048576
> 64
> TESTEXT TABLE DIMD 8
1048576
> 64
> TESTEXT TABLE DIMD 9
1048576
> 64
>
> 10 rows selected.
>
>
>
>
>
> WHY DOES IT HAVE TO SPLIT THE EXTENT TO MANY SMALL ONES?
>
>
>
> regards
>
>
>
> Waleed
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Khedr, Waleed
> INET: Waleed.Khedr_at_FMR.COM
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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
Received on Tue Oct 10 2000 - 11:51:57 CDT

Original text of this message

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