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: interpreting tablespace settings

Re: interpreting tablespace settings

From: Charlie Edwards <Charlie3101_at_hotmail.com>
Date: 14 Jun 2002 01:13:11 -0700
Message-ID: <db479d88.0206140013.1a36249b@posting.google.com>


"Niall Litchfield" <n-litchfield_at_audit-commission.gov.uk> wrote in message news:<3d08851a$0$227$ed9e5944_at_reading.news.pipex.net>...
> You typically reorg using export and import for two space management
> reasons.
>
> 1. The tablespace no longer has any contiguous free space large enough for
> an objects next extent to fit in. (well hopefully you do it before this
> point !).
> 2. An object has 'too many' extents.
>
> With LMT's of UNIFORM extent size issue 1 simply canot occur. Ever. (unless
> the tablespace itself is full up so you just need to add a datafile).
>
> If an object has 'too many' extents you issue 'ALTER TABLE BLAH MOVE
> TABLESPACE <LMT WITH LARGER EXTENT SIZES>;' and rebuild the indexes. If its
> an index that needs moving issue 'ALTER INDEX blah REBUILD <LMT WITH LARGER
> EXTENT SIZES>;'
>
> NB You might still wish to reorg a database for other reasons -
> consolidating tablespaces is a possibility.
>
> Nuno has raised legitimate concerns it seems to me about the use of a bitmap
> for extent allocation. I haven't yet had any problems that I can recall with
> LMT's.
>

Niall,

Thank you for this excellent summary.

CE Received on Fri Jun 14 2002 - 03:13:11 CDT

Original text of this message

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