Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Copy LONG RAW fields
This isn't exactly what you want to hear. You'll need to dig out a 'proper' programming language, like Pro*C.
http://osi.oracle.com/~tkyte/Misc/MoveLongs.html gives you the (bad) news.
-- Niall Litchfield Oracle DBA Audit Commission UK "Zed Martins" <zed_at_tecnisainfor.com.br> wrote in message news:8qdka5$d57$1_at_nnrp1.deja.com...Received on Mon Sep 25 2000 - 06:27:18 CDT
> Hello everyone!
>
> I need to transfer the value from a LONG RAW field from a table to
> another. I need to implement something like this:
>
> INSERT INTO TABLE1 (COL1, LONG_RAW_COL1)
> (SELECT COL2, LONG_RAW_COL2 FROM TABLE2);
>
> Thanks for any help.
>
> Zed.
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
![]() |
![]() |