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: Store an image in a database

Re: Store an image in a database

From: pauldb <luapdb_at_yahoo.com>
Date: Mon, 28 Jun 1999 02:19:40 -0800
Message-ID: <930565182.26957@www.remarq.com>


try using a blob for your column and then use the functions dbms_lob.write and dbms_lob.read to read and write the image. That is the best way

Received on Mon Jun 28 1999 - 05:19:40 CDT

Original text of this message

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