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 -> Weird extent sizes in locally managed tablespace

Weird extent sizes in locally managed tablespace

From: rjlolli <rjlolli_at_sbcglobal.net>
Date: 3 Aug 2005 11:00:37 -0700
Message-ID: <1123092037.555860.321690@g44g2000cwa.googlegroups.com>


I created a tablespace with the following parameters.

extent management local autoallocate
segment space management auto

Under this setting Oracle will extend in increments of 64k, 1m, 8m, and finally 64m based on the size of the segment. I'm seeing a table that was extending 8m at a time, but Oracle threw in a 3m extent and a 5m extent. Can anyone explain this weird behavior?

The tablespace only has 1 datafile and the datafile has never been extended.

extent_id bytes blocks

  97.00     8388608.00        1024.00
  98.00     8388608.00        1024.00
  99.00     8388608.00        1024.00
 100.00     8388608.00        1024.00
 101.00     5242880.00         640.00
 102.00     8388608.00        1024.00
 103.00     5242880.00         640.00
 104.00     8388608.00        1024.00
 105.00     3145728.00         384.00
 106.00     8388608.00        1024.00
 107.00     8388608.00        1024.00
Received on Wed Aug 03 2005 - 13:00:37 CDT

Original text of this message

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