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 -> How to copy LONG RAW data?

How to copy LONG RAW data?

From: Anna Sotnichenko <annasony_at_home.com>
Date: Wed, 22 Dec 1999 23:46:09 GMT
Message-ID: <38616452.F96D2B98@home.com>


I use Oracle 7.3.4 under NT.
I need to copy a record containing a field of LONG RAW type Statement

insert into ....
select ... from ...

does not work (which is an expected result since this is exactly what is written in documentation).

I read that one should use C for performing such operations (http://osi.oracle.com/~tkyte/Misc/MoveLongs.html) The problem is that I need to do it on a stored procedure. Any suggestions?

Thanks in advance.

Anna Sotnichenko. Received on Wed Dec 22 1999 - 17:46:09 CST

Original text of this message

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