Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How to copy LONG RAW data?
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
![]() |
![]() |