Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Moving tables/indexes from one tablespace to another

Re: Moving tables/indexes from one tablespace to another

From: David Sharples <davidsharples_at_gmail.com>
Date: Tue, 14 Jun 2005 09:10:43 +0100
Message-ID: <be592d550506140110613ec563@mail.gmail.com>


depends what version you are one

> 8i yes its easy

alter table xxx move tablespace yyy;
alter index zzz rebuild tablespace zzz;

On 6/14/05, John Dunn <jdunn_at_sefas.com> wrote:
> Is there any easy way to move tables and indexes from one tablespace to
> another, other than dropping and recreateing?
>=20
> John

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jun 14 2005 - 04:15:53 CDT

Original text of this message

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