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: Copying LONG RAW fields between tables

Re: Copying LONG RAW fields between tables

From: <tedchyn_at_yahoo.com>
Date: Sat, 23 Sep 2000 17:23:58 GMT
Message-ID: <8qiouu$8ag$1@nnrp1.deja.com>

have you tried exp/imp.
In article <8qd78i$s9u$1_at_nnrp1.deja.com>,   Zed Martins <zed_at_tecnisainfor.com.br> wrote:
> 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.
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Sat Sep 23 2000 - 12:23:58 CDT

Original text of this message

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