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: BLOBs or Images?

Re: BLOBs or Images?

From: Yves DEBIZET <yves.debizet_at_mc2.fr>
Date: Wed, 28 Oct 1998 16:47:46 +0100
Message-ID: <36373CA2.1231AF06@mc2.fr>


Using an Oracle7 server, you will have to use the longraw type. Using Forms5 (I am not sure for Forms4), you have functions READ_IMAGE_FILE and WRITE_IMAGE_FILE (or something like this) with which you can handle
images of type like TIFF or JPEG.

LOB are only available in Oracle8.

Nick Lehane wrote:
>
> Hi everyone,
>
> I need to display numerous images in my application which I have to obtain
> by scanning them in from a book. These are essentially diagrams, and my
> question is how best to store these in the database. I am using Forms 4.5
> and Server 7, but I don't know whether to store as a BLOB or not.
>
> Any advice would be gratefully appreciated.
>
> Many thanks in advance,
>
> Nick Lehane

--
Yves DEBIZET (mailto:yd_at_mc2.fr, tel: +33 0476 04 50 29, fax: +33 0476 04 50 01)
MC2 (http://www.mc2.fr)
4 Chemin de Malacher, ZIRST 4401
F38944 Meylan Cedex Received on Wed Oct 28 1998 - 09:47:46 CST

Original text of this message

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