Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Moving tables/indexes from one tablespace to another
Hi John,
if you are using oracle 8i or newer you can try
alter table move.... command
don't forget to rebuild indexes with
alter index rebuild.... comand
since moving a table implies rowid change and this invalidates all
indexes on it.
Hope it helps,
Giovanni
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
>=20
>=20
>=20 >=20
--=20
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Jun 14 2005 - 04:17:34 CDT
![]() |
![]() |