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 a table with a long raw column

Re: copy a table with a long raw column

From: Alexander Moeckel <Alexander.Moeckel_at_IBYKUS.de>
Date: Wed, 01 Dec 1999 10:10:26 +0100
Message-ID: <3844E602.BEFE32CC@IBYKUS.de>


Now you have a problem ...
I tried to copy really long and really long raw (>32KB) with PL/SQL or SQL - nothing works. Last week I've seen somewhere on the Oracle Homepage, that with 7.3.x writing really long columns is not supported. The only way to do this is OCI, but it's a hard way!

Alex

sofresud wrote:
>
> I would like to copy some rows of a table that contains a LONG RAW column to
> another table.
> this is on Oracle 7.3.4
> i tried :
> insert into DESTINATION Select Col1, Col2, Col3 from SOURCE where
> Col1=MYFILTER;
>
> but as i thought it doesn't work ! cause the Col2 is a raw format.
> do u have a idea how can i do a such thing, SQL or PL/SQL procedure ?
>
> thank you
Received on Wed Dec 01 1999 - 03:10:26 CST

Original text of this message

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