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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Combining freespace

Re: Combining freespace

From: Daniel Morgan <damorgan_at_exesolutions.com>
Date: Wed, 10 Apr 2002 18:37:23 GMT
Message-ID: <3CB4865E.3D47FDB1@exesolutions.com>


Or one could just go to locally managed tablespaces with uniform extents and never have to spend one second in thought or action as well as getting far faster performance.

Decisions decisions.

Daniel Morgan

Basil Jackson wrote:

> Theoretically, one could use the fields block_id and blocks from the
> views dba_extents and dba_free_space to find large free extents which
> are almost adjacent but have some allocated blocks between them.
> Knowing which table that is, you could move that table out of the way
> and allow all of the blocks to coalesce into one larger free extent.
>
> I didn't say it would be easy... I can think of better ways to spend
> an afternoon...
>
> Doing an ALTER TABLE MOVE on a table or two may result in less down
> time for you than doing an export/import (though it won't solve the
> problem as long term as other solutions proposed!)
Received on Wed Apr 10 2002 - 13:37:23 CDT

Original text of this message

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