Leave the default values for the rest of the fields and click deploy to deploy the JDBC connection pool.
保持其他字段的默认值,单击Deploy部署JDBC连接池。
This value should always be at least the same value specified as the maximum size of the JDBC Connection pool.
该值至少应与所指定的最大JDBC Connection pool大小相同。
The article also discusses how to initially configure the memory, thread pool, and JDBC connection pool on the application server.
本文还讨论了如何在应用服务器上配置内存、线程池和JDBC连接池的初始值。
Embed the JDBC connection pool into a single-deployed enterprise application, though, when using this method, the application must be bundled as an .ear file.
将JDBC连接池嵌入单一部署的企业应用程序中。但是,当使用此方法时,该应用程序必须作为 .ear 文件进行绑定。
As a result, the number of active distributed transactions using the non-XA connection pool is limited by the maximum capacity of the JDBC connection pool.
作为结果,活动的分布式事务的数量使用非xa连接池被JD BC连接池的最大容量所限制。
For example, you can also get connection load balancing and failover using the Oracle provided JDBC connection pool [14] along with Oracle Real Application Cluster [15].
举例来说,你也可以使用Oracle ReaApplicationCluster[15]提供的JDBC连接池[14]以获得连接的负载均衡和失败转移。
The managed objects created by the provider contain similar auto-enlistment code as the JDBC wrapper added by the container-supplied connection pool manager.
提供者创建的受管对象包含与JDBC包装器(由容器提供的连接池管理器添加)相似的自动征用代码。
Most business programmers cannot justify the time it takes to write their own datasource and connection pool code plus implement a naming server so the JDBC SPI can be used.
大多数业务程序员都不愿意,为了使用JDBCSPI而编写他们自己的数据源和连接池代码,并实现一个命名的服务器。
Each J2C connection factory and each JDBC datasource has its own pool of connections to the corresponding remote system (Enterprise Information system or database).
每个J2C连接工厂和每个JDBC数据源本身都有连接到相应远程系统(企业信息系统或数据库)的连接池。
Applications that make use of connection pooled JDBC resources need to set the size of the connection pool.
使用有连接池的JDBC资源的应用程序需要设置连接池的大小。
Applications are not required to be aware of the either the JDBC Driver or the connection pool.
应用程序不必知道JDBC驱动程序和连接池。
This parameter controls maximum and minimum number of JDBC connections in a connection pool.
该参数控制连接池中最大jdbc连接数和最小JCBC连接数。
The script in Listing 6 sets the database connection pool limit to 113 for the JDBC data source used in the Trade6 application.
清单6中的脚本将Trade6应用程序中使用的JDBC数据源的数据库连接池限制设置为 113。
As defined in the Sun JDBC 2.0 Standard Extension specification, data sources allow you to manage a pool of connections to a database. Using connection pools gives you with the following advantages.
根据SunJDBC 2.0StandardExtension规范中的定义,数据源允许您管理数据库的一个连接池。
If the application is already using a JDBC 2.0 connection pool-enabled database, then all you need to do is configure the JNDI property for the JMS to use that JDBC instance.
如果应用已经使用JDBC 2.0连接池启用的数据库,那么,您所要做的只是为JMS配置jndi特性,以使用那个JDBC实例。
If the application is already using a JDBC 2.0 connection pool-enabled database, then all you need to do is configure the JNDI property for the JMS to use that JDBC instance.
如果应用已经使用JDBC 2.0连接池启用的数据库,那么,您所要做的只是为JMS配置jndi特性,以使用那个JDBC实例。
应用推荐