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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: store image file in the database ?

Re: store image file in the database ?

From: paquette stephane <stephane_paquette_at_yahoo.com>
Date: Wed, 16 Aug 2000 00:51:52 -0700 (PDT)
Message-Id: <10591.114686@fatcity.com>


A form is calling sql*loader and up into the db ! Here is what the ctl file look like :

LOAD DATA
INTO TABLE moh_dmm_ref
APPEND
FIELDS TERMINATED BY ';'
(
id_media INTEGER EXTERNAL(15),
...,

date_fin	date(10) "DD/MM/YYYY",
extern_file	FILLER CHAR(100),
support_media		LOBFILE(extern_file) TERMINATED BY EOF
)

As for showing the images back, I do not know , our frontend is a mix of StoryServer, php, Perl,....


Stephane Paquette
DBA Oracle
stephane_paquette_at_yahoo.com
spaquette_at_houra.fr
(33) 01 53 93 06 50 Received on Wed Aug 16 2000 - 02:51:52 CDT

Original text of this message

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