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?
If you want to limit the number of database connections used by the WebLogic Server, you can use connection pools. Connection pools allow T3 applications to share a fixed number of database connections. For more information on how to set up connection pools, see the Developers Guide, Using 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?
- Can ECOM100 as a Modbus TCP server handle multiple Modbus TCP requests from a client in a single telegram?
- How do I limit the number of Oracle database connections generated by WebLogic Server?