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: Using SQL to load images into Oracle

Re: Using SQL to load images into Oracle

From: David Sisk <davesisk_at_ipass.net>
Date: Tue, 24 Apr 2001 01:33:36 GMT
Message-ID: <QJ4F6.2205$eV5.586669@typhoon.southeast.rr.com>

I haven't actually experimented with it (or even read the docs), but this is the sort of thing that Oracle Internet Filesystem is supposedly designed to do. Take a look on technet.oracle.com.

Regards,
Dave

Sean Kubovcik <seank_at_centurytel.net> wrote in message news:7hEE6.1552$uU6.564614_at_feed.centurytel.net...
> I created a table to store gif images to be used for a product catalog.
 The
> table layout is:
> Table name:
> IMAGES
> Columns:
> IMAGE_ID number 8
> IMAGE blob
> TYPE varchar2 50
> NAME varchar2 50
>
> I can't figure how to insert the images into my table. Can someone
> enlighten me on how to load the images into an Oracle table, such as
> previously defined? Some sample code would be great or point me in the
> right direction.
>
> Thanks in advance.
> Sean
>
>
>
>
Received on Mon Apr 23 2001 - 20:33:36 CDT

Original text of this message

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