for example:      OracleConnectionCacheImpl ods = new OracleConnectionCacheImpl();
      ods.setURL("jdbc:oracle:thin:@//192.168.0.31:1521/uptestb");
      ods.setUser("test");
      ods.setPassword("test");       // Set the Max Limit
      ods.setMaxLimit (3);      Connection conn = null;
      conn = ods.getConnection();  Statement stmt = conn.createStatement();