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: How to resize initial extent of a table?

Re: How to resize initial extent of a table?

From: Robert Fazio <dbabob_at_yahoo.nospam.com>
Date: Mon, 24 Sep 2001 10:58:28 GMT
Message-ID: <Xns912646D7543FBdbabobyahoocom@24.12.106.199>


"Chris Neubauer" <water.world_at_gmx.de> wrote in news:9ommug$e99ge$1_at_ID-76747.news.dfncis.de:

> Hi,
>
> How can I shrink the initial extent of my table, without re-importing
> the complete database? I tried 'alter table ... deallocate unused', but
> it did not work as expected ... are there any tricks?

First of all, I would hope your DBA would understand how to do this. If your DB version is 8.1.6 or higher, you can execute: alter table ... move ... storage(...) tablespace same_tablespace;

If your 8.1.5 or lower, and the table is a partition you can do something similar to the above, but if not. Export and import just that table.
>
> Regards,
> Sebastian
>
>
>

-- 
Robert Fazio
Senior Technical Advisor
dbabob_at_yahoo.com
Received on Mon Sep 24 2001 - 05:58:28 CDT

Original text of this message

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