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

Home -> Community -> Mailing Lists -> Oracle-L -> Writing blob to client from server

Writing blob to client from server

From: azhar <azhar_at_mathtech-pk.com>
Date: Mon, 6 Nov 2000 19:50:17 +0500
Message-Id: <10672.121201@fatcity.com>


I have blob datatype in a table , life was easier when i have to dump data in files at the server . Now i have to dump files on the client. i read blob using java and load java procedure in database using load java Is it possible to invoke java store procedure which read data from blob field and write file to client.
Is there any package to handle blobs in developer6i (as text_io is for text files).
i have developed a temporary solution which is a simple java program at the client side .It reads blob and dumps file on the client by reading bytes in chunks.
Please help.
Azhar Received on Mon Nov 06 2000 - 08:50:17 CST

Original text of this message

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