Question: What is the difference between connection pooling and data source in WebLogic?Answer: Connection pooling involves reusing existing database connections to improve performance, while a data source is a named configuration that defines how a pool of database connections is created and managed.Example:
|
Is it helpful?
Yes
No
Most helpful rated by users:
- What is WebLogic Server?
- Explain the difference between a Managed Server and an Admin Server in WebLogic.
- What is the difference between connection pooling and data source in WebLogic?
- Explain the use of WebLogic Scripting Tool (WLST).
- How does WebLogic support Java EE technologies?