Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Writing blob to client from server
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
![]() |
![]() |