weblogic 應用修改連接池的最大鏈接數目。java
Raising the Maximum Capacity in the Connection Poolweb
If necessary, fine tune the data source to size the connection pool.sql
To raise the maximum capacity in the connection pool:app
In the WebLogic Administration Console (http://WebLogic_Admin_Host:WebLogic_Admin_Port/console), select Services, then JDBC, and then Datasources.this
Select your data source, then Connection Pool, and then Maximum Capacity.url
Edit settings to increase capacity as follows:blog
financialclose_datasource—150ci
If resource errors specific to these data sources are logged, increase their capacity:it
EDNDataSource (Oracle Database only)io
EDNLocalTxDataSource (Oracle Database only)
mds-owsm
mds-soa
EPMSystemRegistry
OraSDPMDataSource
SOADataSource
SOALocalTxDataSource
Note:
You can increase the capacity for each data source by a different amount, depending on the needs for your installation.
If the Financial Close Management log includes this error message: java.sql.SQLException: Could not retrieve datasource via JNDI url 'jdbc/data source' weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool data source is Suspended, cannot allocate resources to applications..], then you have exceeded the maximum connections allowed in the connection pool for the specified data source, and you need to increase the capacity of the connection pool.