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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Copy LONG RAW fields

Re: Copy LONG RAW fields

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Mon, 25 Sep 2000 12:27:18 +0100
Message-ID: <8qncqm$ncu$1@soap.pipex.net>

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...

> 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.
Received on Mon Sep 25 2000 - 06:27:18 CDT

Original text of this message

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