ENC: another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and O racleApplicationServer-9.0.4

2004-08-27 Thread Edson Alves Pereira
Hello again, servlet_.getDbCon( ).getCon( ) returns just a java.sql.Connection, with every DBCP i setup properly cause the connection works fine and CLOB is a oracle.sql.CLOB from oracle´s ojdbc14.jar. I tried once to store CLOBs in Oracle with jdbc standard and it didn´t workout, i just

Re: ENC: another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and O racleApplicationServer-9.0.4

2004-08-27 Thread Robert F. Hall
Hola, Just to clarify, is it true that you can store a CLOB if the java.sql.Connection is obtained directly from Oracle's DriverManager? But when you use a java.sql.Connection from DBCP, everything else being the same, you can not store a CLOB? If that's the situation, then there has to be