Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Moving tables from one tablespace to another tablespace
You could use COPY command. Create a new table exactly as the old table in
the new tablespace from the DDL scripts. Then use the COPY command to insert
rows. It lets you control the commit frequency; something impossible in
export/import.
HTH. Arup
> 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).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Arup Nanda INET: arupnanda_at_hotmail.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 - 08:44:31 CST
![]() |
![]() |