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: Code to load image in oracle database

Re: Code to load image in oracle database

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 30 Jan 2007 08:40:58 -0800
Message-ID: <1170175253.899512@bubbleator.drizzle.com>


dip.rak_at_gmail.com wrote:
> Hi
>
> I am using eclipse 3.1 IDE...I would like to get the sample code of
> how to load an image in oracle database........

Multiple methods but here are links to the three most common that would be accessible from a Java app.

www.psoug.org
click on Morgan's Library

1. DBMS_LOB
2. Intermedia Video
3. UTL_FILE (look at reading raw)

Personally I'd choose 1 or 2: Probably 2. There is a variation for images and you can find the image datatypes on the Data Types & Subtypes page.

The docs are at http://tahiti.oracle.com

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Tue Jan 30 2007 - 10:40:58 CST

Original text of this message

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