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: JPEG pictures in my base

Re: JPEG pictures in my base

From: Dennis R. Otero <dotero_at_gnc.net>
Date: 1997/03/21
Message-ID: <3332DAA2.27B5@gnc.net>#1/1

Ken wrote:
>
> On 19 Mar 1997 09:59:19 GMT, "Andrey A. Efimov" <efa_at_leaves.spb.su>
> wrote:
>
> >> I want to store JPEG pictures or binary files in my base.
> >>
> >> I think I've to use the RAW or LONGRAW type but how ???
> >>
> >> Is there specials functions for that ???
> >>
> >>
> >> Thanks
> >>
> >> Olivier.
> >>
> Just a hint about using long raw data types in a table.
> Once you add this type of column you restrict how you can manipulate
> the table and its records.
>
> You ar far better off building a separate table that contains the long
> raw and a forgein key to the parent table.
>
> ken.In forms you can use the functions: READ_IMAGE_FILE to read in an image
and then store it in the database, also IMAGE_ZOOM to to fit to page or zoom. In Reports 2.5 you can display these images.

Dennis Received on Fri Mar 21 1997 - 00:00:00 CST

Original text of this message

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