How do I limit the number of Oracle database connections generated by WebLogic Server?
You can use connection pools to limit the number of Oracle database connections generated by WebLogic Server in response to client requests. Connection pools allow T3 applications to share a fixed number of database connections. For information on how to set up connection pools, see Programming WebLogic JDBC.
A. You can use connection pools to limit the number of Oracle database connections generated by WebLogic Server in response to client requests. Connection pools allow T3 applications to share a fixed number of database connections. For information on how to set up connection pools, see Programming WebLogic JDBC.
Related Questions
- I want to limit the number of Oracle database connections generated by the WebLogic Server in response to client requests. How would I do this?
- How can I limit the number of database connections generated by Oracle WebLogic Server?
- How do I limit the number of Oracle database connections generated by WebLogic Server?