RE: OracleConnection datasource CLOB.createTemporary

2004-01-19 Thread Kahle, Pavel (GE Consumer Finance)
: Re: OracleConnection datasource CLOB.createTemporary how about typcasting the DBCP Connection to OracleConnection ? afaik this is the proper way? Kahle, Pavel (CONS FIN) wrote: somwehere in the CLOB.createTemporary is Connection retype to OracleConnection but Connection returned from DBCP

RE: OracleConnection datasource CLOB.createTemporary

2004-01-19 Thread Hume, John - NA US HQ Delray
Message- From: Kahle, Pavel (GE Consumer Finance) [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 6:54 AM To: Tomcat Users List Subject: RE: OracleConnection datasource CLOB.createTemporary I've figured it out using this code : public void init(ServletConfig config) throws

Re: OracleConnection datasource CLOB.createTemporary

2004-01-18 Thread Rob Augustinus
how about typcasting the DBCP Connection to OracleConnection ? afaik this is the proper way? Kahle, Pavel (CONS FIN) wrote: somwehere in the CLOB.createTemporary is Connection retype to OracleConnection but Connection returned from DBCP DataSource.getConnection is not assignable to that class. I