Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL: Reading streamed data from BLOB
Karsten Pleines wrote:
> I am no very familiar with the Oracle PL/SQL interface. What I have to
> do is to store binary data into the Oracle database using BLOBs and to
> read this binary data from the database.
Have a look at the DBMS_LOB PL/SQL package. You can also punch this in as a keyword at http://tahiti.oracle.com
If you're using front-end software like Delphi, VB, PowerBuilder etc. - you will also find support for handling BLOBs in the client.
Delphi for example has classes for handling BLOB as memory streams.
-- BillyReceived on Tue Dec 03 2002 - 03:54:57 CST
![]() |
![]() |