another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and Oracle ApplicationServer-9.0.4

2004-08-27 Thread Edson Alves Pereira
Hello dudes, i´m trying to store a value to a CLOB in my databse, everything is fine with a simple Connection created with DriverManager, but when i use DBCP from one of these servlet-engines i got the same error: ava.sql.SQLException: invalid arguments in call 04/08/27 11:56:44 at

Re: another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and Oracle ApplicationServer-9.0.4

2004-08-27 Thread Robert F. Hall
Howdy, Apparently, the Connections returned from the DriverManager and the DBCP are not equivalent ;-). How is the DBCP getting Connections to Oracle? /Robert Edson Alves Pereira wrote: Hello dudes, i´m trying to store a value to a CLOB in my databse, everything is fine with a simple