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: Question on re-organising Tables

Re: Question on re-organising Tables

From: Hans Wijte <Hans.Wijte_at_mail.ing.nl>
Date: 7 Oct 2004 06:37:01 -0700
Message-ID: <2dec747a.0410070537.1c36eee8@posting.google.com>


"John Wood" <jwood_at_hotmail.com> wrote in message news:<wZ29d.33714$223.19097_at_edtnps89>...
> We have Oracle 9i on Win2K environment. We have created some very big
> tables in a user tablespace. As now we found the tables are not used much.
> It contains much less data. I would like to rebuild the table using
> Exp/Imp. But when I export the tables, the export file would contain a
> statement to create the table with big initial extent.
>
> If I export the tables with COMPRESS=N, then I think I can prevent the
> tables from creating with large initial extent. I have enabled the Local
> Managed Tablespace. The question is: Is it okay to do so as the Local
> Managed Tablespace would allocate 64K at a time ? The tables would probably
> involve about 200M to 500M of data. Will there be any performance issue ?
>
> Thanks.
>
> JW.

Why not create a new LMT tablespace with uniform size of 32 Mb and issue the statement "alter table xxxxx move tablespace new_LMT storage(initial 32M);"

That way you don't have to exp/imp the table

Best regards

Hans Received on Thu Oct 07 2004 - 08:37:01 CDT

Original text of this message

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