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: How Insert Images in Oracle 7

Re: How Insert Images in Oracle 7

From: Rich Richardson <therichardsons_at_tdi.net>
Date: 1998/06/27
Message-ID: <3594FA95.5BD1@tdi.net>#1/1

Hello, what you need to do is use Sql*Loader to load the appropriate fields in the database. Remember that this will not be in binary format so for external use (like the web) you will need to write some code to get the records and then store them in the appropriate format for viewing. When you use Sql*Loader you will need to make sure that your field lengths are large enough for the proper values. If you need more info on a good loader control file let me know.

Rich.

DINFA - Microcentro wrote:
>
> Hi
> The SQL *PLUS for Oracle 7 Manual says that the Long Row Data Type is
> used to keep binary Data like images and digital sound.
> I´d like to know how can I put a BMP image or other in a Table´s field.
> Which Statement to use, syntax ...
> Regards
Received on Sat Jun 27 1998 - 00:00:00 CDT

Original text of this message

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