I have an implementation where we are connecting to an Oracle 9 database through JBOSS using an oracle thin client connection.
I have code which reads a .jpg file into a byte array, and I then populate a BLOB field in my Oracle database with the byte array. (This is done by the JBOSS setter method). Anyhow, I notice that if the .jpg file is under 2k, it stores it in Oracle no problem. But if the file is greater than 2k, it does not store the file in Oracle and no errors are generated. Are there any limitations in JBOSS or JDBC that is limiting me to 2k, supposedly BLOB datatypes in Oracle can hold up to 4 gig of info ?? or any workarounds ???? Thanks in advance for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840830#3840830 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840830 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
