super(jdbcURL, user, passwd);
this.initConnectionCount = connectionLimit > 1 ? connectionLimit : 10;
}
protected void myInitPool() throws SQLException {
ocpds = new OracleConnectionCacheImpl();
ocpds.setURL( getJdbcURL() );
ocpds.setUser( getUserId() );
ocpds.setPassword( getUserPwd() );
ocpds.setMaxLimit( this.initConnectionCount );
// to resolve a rowset bug; http://developer.java.sun.com/developer/bugParade/bugs/4625851.html