It's not a secret anymore!
The moose likes JDBC and the fly likes upload large files into Oracle Blob or CLOB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "upload large files into Oracle Blob or CLOB" Watch "upload large files into Oracle Blob or CLOB" New topic
Author

upload large files into Oracle Blob or CLOB

Ramananand Iska
Greenhorn

Joined: Aug 23, 2005
Posts: 1
Can any one give me sample code to load larger images or files into Oracle BLOB or CLOB data fields using JSP?
[ August 23, 2005: Message edited by: Bear Bibeault ]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56531
    
  14

Bearing in mind that performing database access directly within a JSP is generally considered an extremely poor practice, you would this no differently than within any other Java instrument. As such, I have moved this over to the JDBC forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: upload large files into Oracle Blob or CLOB
 
Similar Threads
How to handle BLOB and CLOB?
How to handle BLOB and CLOB?
Saving XML document in DB
Clob Data Types
how to insert CLOB data type