Hi,
I have an application that uses connection pooling to get database connection from oracle9i release 9.2.0.4 database.Application is hosted in SJSAS 8.1 and the driver is ojdbc14.jar version 10.1.0.4. The problem I am having is datasource.getConnection() method is taking about 40 secs to throw an exception when the DB is down! This is causing the application to get overloaded during a DB outage.I tried setting LoginTimeout=8 with the datasource but it has no effect.Please see below the datasource I am using
Can any one please help? I need the getConnection() method to timeout with in the timeout given.
Thanks