用class12.jar中的
oracle.jdbc.pool.OracleConnectionCacheImpl、oracle.jdbc.pool.OracleConnectionPoolDataSource 创建连接池。
在new OracleConnectionCacheImpl() 后,不设置maxLimit,然后再getMaxLimit(),获取到的值是10,
而非0x7fffffff,请问这是为什么?