Enough already

As of 9.2.0:
Oracle do not support the standard JDBC stream APIs for BLOBs with the
thin driver. This includes setObject()
Oracle support the standard API with the OCI driver.
Oracle support their own API with the thin driver.
Oracle do not support the JDBC3.0 Blob write API
JBoss uses the standard API and hence requires the OCI driver for BLOB
columns.
All the above applies to CLOBs as well.

Using the standard API with the thin driver 'works' with objects < 4000
bytes in size but fails ungracefully with larger ones. Even if the small
size 'works' it is not a SUPPORTED Oracle configuration, and not very
useful.

This horse has been flogged way too long. 
Rod, if you can post working code to the contrary we'd all like to see
it. 
Until then, let's end this.




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to