Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Copy long raw field to another table

Re: Copy long raw field to another table

From: S Chavali <nospam_at_iname.com>
Date: 1998/02/16
Message-ID: <34E85F0A.5AFFB815@iname.com>#1/1

Gaute Stakston wrote:

> I have two tables which both have a field of long raw type. How do
> insert data from the one to the other? I've tried to use the
> following:
>
> insert into table1 (data_sid, blob_field)
> select data_sid2, blob_field2
> from table2;
>
> But I get the error message ora-00997: illegal use of LONG datatype
>
> Please mail me if you have any idea how to help me...
>
> gaute.stakston_at_trade.no

Try the SQLPLus COPY command (see SQLPLus manual)

--
hope this helps !
Srini
(to reply, change "nospam" to "chavali" in my email address.  :-)  )
Received on Mon Feb 16 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US