Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Blob read / write
It is not the most complx example, but I show some examples using
PL/SQL and Java to load and then to display BLOB data in Oracle in my
example graphics application. The application is available as a free
download at www.robonerd.com, the site for ROBO Books International.
The example has been tested against Oracle9i.
Mike Ault
Axel Weinberger <Axel.Weinberger_at_FactScience.de> wrote in message news:<3D6E31C5.33699E66_at_FactScience.de>...
> Hello,
> I'm new in Oracle 9i and want to use Blob's.
> The programming language is Java
>
> I've tried to use
> statement.setBinaryStream()
> but it worked only, when data was smaller than 2000 bytes.
> Why?
>
> Trying to write the LOB to file I retrieved files of 0 bytes length.
> Why?
>
> Can anybody help me ?
> Perhaps in German ?
> Thanks
> Axel
Received on Thu Aug 29 2002 - 15:01:10 CDT
![]() |
![]() |