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 -> Re: Coalesce Tablespace Question

Re: Coalesce Tablespace Question

From: Stephen Ashmore <sashmore_at_neonramp.com>
Date: Wed, 18 Apr 2001 21:03:48 -0000
Message-ID: <tdshsiheo15cd5@corp.supernews.com>

If the default storage of the tablespace is set to 1 or above, oracle will coalesce contiguous space.
Otherwise you will have to do it manually.

So yes, you are correct.

Stephen C. Ashmore
Brainbench MVP for Oracle Administration

"TMAN" <shadow_man_600_at_yahoo.com> wrote in message news:3ADDFBB2.E7607111_at_yahoo.com...
> Okay, we have just coverted some tables with longs to tables with
> clobs. We had the chance so we put the clobs in a seperate tablespace.
> In the conversion, we basically copied the production table to a new one
> with different name converting to clobs, then renamed them. Anyway, in
> the end we have several tables(10 to 20Gb each) that will be dropped as
> they are no longer needed. My understanding is that oracle will
> automatically coalesce that space, if any of the chunks that are freed
> are contiguous. If not then the alter tablespace coalesce command will
> force it. Otherwise if the space is not contiguous, then oracle will
> only use the chunks if all an objects next extent will fit with in the
> chunk.
>
> I guess I'm just checking to see if there is anything wierd with this
> situation I should be aware of. Do I need to make any temporary changes
> to %free or %used parameters for the tablespace just before dropping
> them. I am assuming oracle only allocates whole blocks when it extends
> an object, so the %free or %used wouldn't be useful as the entire block
> will be freed and put back on the free list.
>
> Any comments or experience here is appreciated.
>
> Tom Crider
> Senior DBA
> Fundsxpress Financial Systems, Inc
> thom_at_fundsxpress.com
>
Received on Wed Apr 18 2001 - 16:03:48 CDT

Original text of this message

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