image « Oracle « JPA Q&A





1. image upload problem    stackoverflow.com

I am writting the code to upload file on oracle as BLOB but while saving that file its giving me the exception java.sql.SQLException: ORA-01460: unimplemented or unreasonable following are the functions to ...

2. Uploading image files to oracle database    forum.hibernate.org

Well, you'll need to map fields to a LOB. But uploading the image is simply a web based problem. GWT and Struts have built in libraries that show you how to do that over the web. But it's a Servlet/JSP issue more than a Hibernate issue. Code: @Entity @Table(name = "BlobClobBoBob", schema = "examscam") public class BlobClobber { Long ...