Hi,
We've got problems using oracle connection pooling. M
db descriptor looks like this: 
<database name="someDB" engine="oracle" >
  <data-source
class-name="oracle.jdbc.pool.OracleConnectionCacheImpl">
     <params
URL="jdbc:oracle:thin:@someserver:1521:someSID"
user="user" password="pass"/>
  </data-source>

We're using Oracle 8.1.7 and the same version of JDBC
thin driver.

The problem is that we keep getting "SQLException: IO
Exception: Broken pipe" pretty much every morning. 

Going through oracle jdbc documentation I was under
impression that OracleConnectionCacheImpl will
automatically remove broken connections from its pool.

Anyone experienced similar problems? Any solutions?

Thanks,
Krzysztof


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to