Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Moving tables...
A table physically belongs to its tablespace, i.e. its data is in that
tablespace's files.
To get it into another tablespace, all the data must be moved there - which
effectively means recreating a table.
To deal with this problem, there's a number of means. Maybe the most reliable and comfortable way is export/import.
Regards,
Karen Abgarian.
Zoltan Holdampf wrote:
> I'd like to know, is there any way to move a table from its tablespace
> to another without dropping and recreating it?
>
> regards, Zoltan Holdampf
Received on Mon Sep 20 1999 - 15:26:18 CDT
![]() |
![]() |