We are using BLOBS with Oracle 9i and JBoss 3.0 with no trouble at all. The only caveat is that you *must* use the JDBC OCI driver. The regular JDBC Thin driver will fail once the LOB exceeds 4k-5k in size.
More information can be found at: http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/java.920/ a96654/toc.htm This is really only an issue for people like me that like to develop on a Mac. The JDBC OCI driver is not (yet) supported on this platform, but it is well supported on Sun, HP-UX and Win32 that I know of. On Monday, July 29, 2002, at 10:54 PM, Saroj Kumar wrote: > Hi All, > > I would like to know the support provided by JBOSS 3 for CLOB in ORALCE > 9i. I am using CMP/CMR. > > It would be better if someone could explain the issues in detail. Any > help/hint/pointer would be more than welcome. > > TIA, > Saroj ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
