Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Saving images in Oracle 8i

Re: Saving images in Oracle 8i

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 7 Aug 2002 17:12:18 -0700
Message-ID: <92eeeff0.0208071612.7226170b@posting.google.com>


Lisa McGrath <lmcgrath_at_uwsa.edu> wrote in message news:<3D514985.FCE7C84E_at_uwsa.edu>...
> I've been asked to do research on using our Oracle 8i database (8.1.7.2
> running on UNIX AIX) for document management. A department wants to
> scan in an image of a document and save that image in the database.
>
> When reading Oracle documentation it talks about storing images as BLOB
> or using a BFILE pointer. I did a google search of this newsgroup and
> people suggested using Oracle's InterMedia for storing images. Now I'm
> confused as to which would be the best approach. InterMedia looked like
> the tool to use if you were using the internet, but this application
> won't be run over the internet. Using a BLOB or BFILE would allow us to
> store the images without purchasing another Oracle product, but how do
> you store the image and get it back? You couldn't do an SQL select and
> expect to see an image returned.
>
> Is anyone using Oracle to store images, and how do you store and
> retrieve your images?
>
> Thanks for any pointers. This is a totally new area for us.
>
> Lisa

You can read about Oracle supplied package DBMS_LOB at http://www.csee.umbc.edu/help/oracle8/server.815/a68001/dbms_lob.htm

It is for 815 but will give you a general idea.

Regards
//Rauf Sarwar Received on Wed Aug 07 2002 - 19:12:18 CDT

Original text of this message

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