Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help retrieving LONG RAW Data...

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@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 Wed Feb 06 2002 - 17:27:17 CST

Original text of this message

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