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



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

Answer / 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

More Weblogic Interview Questions

What are the steps required to setup the oracle instance for os authentication?

0 Answers  


How do I bind string values in a preparedstatement? : BEA Weblogic

0 Answers  


How many ways to start and stop weblogic servers?

0 Answers  


What are application servers?

0 Answers  


What are stubs and how do they function in a web logic cluster?

0 Answers  






Can you explain what are the ways in which the dns request of failed servers handled?

0 Answers  


What elements make up the administration console?

0 Answers  


where can we set classpath, which will reflect to whole domain

5 Answers   HP,


How do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic

0 Answers  


What is trouble shoot in weblogic

5 Answers   HCL, IBM,


What is difference between welogic server and WebSphere?

2 Answers   TCS,


How to configure a DB connection pool ?

0 Answers  


Categories