Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Extent allocation
Adrian,
As Vladimir showed in the sql script using the ALTER TABLE ... ALLOCATE EXTENT...
works great. I have tablespaces across multiple datafiles and of course they are not
used up completely before a table's next will not fit in the free space of the
datafile. You have to change the next extent size to fit the free space and then
ALLOCATE the extend to the table before you do the dataload. You end up with datafiles
used to the max and no wasted free space at the end of the datafile. The method
described in the "round_robin.sql" is a method of loading different data loads into
different datafiles.
Works great.
ROR mª¿ªm
>>> jester_at_whale.sunbay.crimea.ua 07/20/01 03:06PM >>>
On Jul 20, 2001 at 07:50:44AM, Adrian Roe wrote:
> Hi All,
>
> Is there any way to get Oracle (816) to do round robin extent allocation eg.
> if a tablespace has 4 data files and each file is on a different disk, can
> extents be allocated from each file in sequence ? As I understand, Oracle
> will fill one file and then go onto the next file.
Try this
http://vbegun.net/oramag/extents_allocation/round_robin.sql
Inform me please if it's helpful.
Thanks.
Have a nice weekend.
-- Vladimir Begun | I think $[ is more like a coelacanth than a http://vbegun.net/ | mastadon. http://vbegun.net/wap/ | -- Larry Wall in me_at_vbegun.net | <199705101952.MAA00756_at_wall.org> -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Vladimir Begun INET: jester_at_whale.sunbay.crimea.ua 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 also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ron Rogers INET: RROGERS_at_galottery.org 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 also send the HELP command for other information (like subscribing).Received on Fri Jul 20 2001 - 15:02:54 CDT
![]() |
![]() |