Re: Help retrieving LONG RAW Data...

From: damorgan <dan.morgan_at_ci.seattle.wa.us>
Date: Wed, 06 Feb 2002 23:27:17 GMT
Message-ID: <3C61BBD7.C777318F_at_ci.seattle.wa.us>


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 Thu Feb 07 2002 - 00:27:17 CET

Original text of this message