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: release after delete

Re: release after delete

From: Saikat Chakraborty <saikatchak_at_hotmail.com>
Date: Wed, 3 Dec 2003 06:04:51 +0000 (UTC)
Message-ID: <73eac9a3539e69cc48bf17c24496f5bc.16981@mygate.mailgate.org>


"zeb" <thierry.constant1.nospam_at_free.fr> wrote in message news:3fcba89d$0$27036$626a54ce_at_news.free.fr

> Hi
>
> Is it possible to release the space after a big delete ?
> other than export/import
> Thanks in advance
> ( oracle 8.1.7, HP-UX 11.0)

Hi,
you can use:
alter table <tablename> move;
This should be followed by the index rebuild. As the table itself is rebuild,
the asociated indexes gets invalid.
Thanks,
Saikat Chakraborty
http://saikatchak.tripod.com

-- 
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Received on Wed Dec 03 2003 - 00:04:51 CST

Original text of this message

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