What do you understand by JDBC connection pool? What are the
steps to create a connection pool in WebLogic?

Answer Posted / sriram

Connection pooling being normally used in web-based and enterprise applications is usually handled by an application server. Any dynamic web page can be coded to open a connection and close it normally but behind the scenes when a new connection is requested, one is returned from the connection pool maintained by the application server. Similarly, when a connection is closed it is actually returned to the connection pool.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?

494


Can we deploy jar in weblogic?

509


How to troubleshoot it?

501


What is the function of managedconnection.addconnectioneventlistener() in web logic server?

542


What are the States of the Weblogic Server ?

587






What is web.xml ?

560


What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?

538


How do stubs work in a WebLogic Server cluster ?

545


What is the server?

552


How many ways to start and stop weblogic servers?

540


What can happen when stub can’t to connect to web-logic server instances?

528


What is thread stack size?

578


How to make a managed server ?

614


How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic

525


Whenever we see a very slow response from server-side, then what all thing we need to look into?

564