Hi, hope someone can help... I set up Tomcat with DBCP pooling, but if for some reason the connections are killed (whether on purpose or if a database goes down and comes back up), any applications that use the DBCP pool break and give the error:
java.sql.SQLException: ORA-01012: not logged on I even made sure to provide a validation query in my ResourceParams which I had hoped would do the trick, but no luck. Any idea what could be going on? There should be a way that pooling would work even if connections were somehow killed. Thanks for any help. -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
