Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Moving tables from one tablespace to another tablespace
Hi
I need to move some tables from one tablespace to another. I started doing it using
alter table tablename move tablespace new_tablespace;
this is working fine!!. My problem is it's not working with the table which are having long columns.
I know work arround for this exp.. drop and create .. then imp.
There is any other way round for this..
thanks in advance
Banarasi Babu
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: BanarasiBabu Tippa
INET: btippa_at_ORsoftware-india.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Jan 17 2003 - 01:33:36 CST
![]() |
![]() |