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: decreasing initial extent

Re: decreasing initial extent

From: Peter van Rijn <p.vanrijnREMOVE_at_THISzhew.nl>
Date: Tue, 14 Jan 2003 12:45:18 +0100
Message-ID: <v27u50s55or2f8@corp.supernews.com>


alter table <table_name>
move
storage(initial <desired size>;

regards,
Peter

"Peter Laursen" <ptl_at_edbgruppen.dk> schreef in bericht news:3e23f3cb$0$127$edfadb0f_at_dread15.news.tele.dk...
> Hi,
>
> System= 8.1.7.4
>
> How do I decrease the size of the initial extent in a table that contains
no
> rows?
>
> I have a largish (test)database. I want to make a full export that shall
be
> imported into a small database for test purposes. The small database
cannot
> allocate space for some initial extents on import.
> The large database contains some tables with large initial extents, but
> since I dont need the data in them I have truncated these tables. I have
> also done "alter table deallcate xxx unused". The export however still
> contains create table statements with large initial extents for these
empty
> tables. There is one locally managed tablespace using atuoallocate.
>
> I dont want to precreate the tables before import. I need to make an
export
> that can be used by others.
>
> TIA
> Peter Laursen
> (email not valid)
>
>
Received on Tue Jan 14 2003 - 05:45:18 CST

Original text of this message

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