Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help retrieving LONG RAW Data...
Not had that problem but you have another one as well.
Oracle is eliminating the LONG and LONG RAW fields.
If you convert to BLOB you will solve two problems at once as you can use the DBMS_LOB package.
Daniel Morgan
Jorge Fraser wrote:
> We have an Oracle dB that stores pdf files as a LONG RAW. Our problem is
> that we are trying to retrieve the data using Java's RecordSet and we can't
> retrieve it without corrupting the file. Has anyone had experience
> retrieving these type of file suing Java? If so, any help/hits/sample code
> would be greatly appreciated...
>
> Jorge Fraser
> Valspar Corporation
> jfraser_at_valspar.com
Received on Wed Feb 06 2002 - 17:27:17 CST
![]() |
![]() |