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: Is it possible to manage files in Oracle?

Re: Is it possible to manage files in Oracle?

From: Jerry Gitomer <jgitomer_at_p3.net>
Date: 1997/10/12
Message-ID: <34405EAC.4E3D@p3.net>#1/1

I have worked with three different imaging applications, all of which were tied into RDBMS. All of them worked the same way. Use the RDBMS to index the image/text files. Your typical RDBMS row will than consist of the address of a specific image/text file and the retrieval terms that apply to that file.

On a retrieval you will have to provide code to accept the users lookup criteria, build and execute a query returning the name of the desired image/text file, invoke your viewer or text reader, and invoke the viewer/reader program with the name of the file to be operated on.

This can be done with several commercial programs or you can write your own.

Jerry

Casper Thrane wrote:
>
> But it can only handle text files or what? I have to put CAD-pictures in
> the database.
> --
> Casper Thrane
> Systemdeveloper
> Benau A/S
  Received on Sun Oct 12 1997 - 00:00:00 CDT

Original text of this message

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