Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Code to load image in oracle database
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.orgReceived on Tue Jan 30 2007 - 10:40:58 CST
![]() |
![]() |