File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes inserting images into an oracle database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "inserting images into an oracle database" Watch "inserting images into an oracle database" New topic
Author

inserting images into an oracle database

paluri chandra
Greenhorn

Joined: Dec 03, 2005
Posts: 4
hi,i would like to know how to store images in an oracle database using servlet.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56180
    
  13

Nothing servlet specific to it so moved to the JDBC forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12911
    
    3

You are probably going to need a BLOB to store images in the database. Search for information on how to with with BLOB column types in Oracle and Java.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: inserting images into an oracle database
 
Similar Threads
How to store/retrive images from database
HTML as BLOB
Storing Images
Storing images into database using jsp
Transactions