JDBC « Download « JSP-Servlet Q&A





1. Download a file from the server using Java Servlet    coderanch.com

you said "and that data is stored on oracle on unix. I want the ability to download that data(or file)." I assume that you have already written to a database and you just want to extract the file that you've stored. I don't know of any file datatype. The only oracle data types that I know of are CHAR, NCHAR, VARCHAR2, ...