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 Work Manager works in wls 9.2 and above versions?
How do I restrict access to servlets and jsps? : BEA Weblogic
Tell me about security in weblogic?
What Is Boot.proerties File In Weblogic Server ?
How Can Cluster Communication Occur ?
Can I still use the default connection factories supported in weblogic release 5.1? : BEA Weblogic
How can the issue associated with high CPU usage be solved?
How do I identify the document type of an xml document? : BEA Weblogic
What is t3 protocol?
Can the bean class implement the ejbobject class directly? If not why?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
How does concurrency work for message-driven beans? : BEA Weblogic
How do you do performance tuning of wls?
Explain where are the files placed while deploying the resource adapter in web logic server?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic