What is the difference between Connection Pool and data source?
Answer Posted / vijaya kumar
DataSource is an object reference which provides jdbc client to obtain a connection from connection pool.
Connection Pool is collection of ready to use database connections to connect the database.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
how can we sync the nodes with administration server in weblogic.
Explain the performance tuning in jdbc?
What Is A Weblogic Server Cluster ?
Define the toolbar elements.
How can the nm be made to work with web logic?
How a web logic server works?
Explain the difference between txdatasource and datasource?
How to make a managed server ?
What is the purpose of t3 in weblogic server?
Is it better to have more or fewer sessions for a given number of subscribers? : BEA Weblogic
What is the function of managedconnection.addconnectioneventlistener() in web logic server?
What is an administration server?
How does a server find out server unavailability?
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?