Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Moving Tablespaces
It depends on version of Oracle.
The way works everywhere - export table, drop table, create table in other TS, import data into table.
In Oracle 8i
alter table move online tablespace OTHER_TS;
-- ----------------------------------------------------- Thanks, Mark "Ryn" <matty91_at_mindspring.com> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ: news:9bup3v$j0f$1_at_slb7.atl.mindspring.net...Received on Sun Apr 22 2001 - 11:33:23 CDT
> Hello folks,
>
> What is the easiest way to move a table from one tablespace
> to another? I have also been asked to save individual tables
> based on size. Has anyone written a script to export individual
> tables based on table size > X? I assume if something got corrupt
> I would need to drop table X then imp it??
>
> Thanks for any info,
>
> Ryn
>
>
![]() |
![]() |