Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Moving Table with Long columns
I am not sure if you could get away with using the COPY command -
I.E. set up a loopback database link.
I seem to remember that working in Earlier Releases. - It would save you writing the data to disk.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Ganesh Raja
Sent: 16 December 2004 11:56
To: Eric.Buddelmeijer_at_elegant.nl
Cc: pawan.dalmia_at_pharma.novartis.com; oracle-l_at_freelists.org
Subject: Re: Moving Table with Long columns
Unfortunately ...
You cannot move a table containing a LONG or LONG RAW column.
What you can do is Do an export and Import for table with Long Columns or better still here is a Chance for you to move to Lobs ...
~
Ganesh
On Thu, 16 Dec 2004 12:14:00 +0100, Eric Buddelmeijer
<Eric.Buddelmeijer_at_elegant.nl> wrote:
> Hi,
>=20
> I used below script to create sql to move tables containing CLOB's =
and
> BLOB's to another tablespace. I suspect it will work for LONG's as =
well,
> after some adaptation.
>=20
>=20
>=20
>=20
>=20
>=20
>=20
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Thu Dec 16 2004 - 06:30:58 CST
![]() |
![]() |