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 is thread stack size?

0 Answers  


What are the steps involved in setting up classpath in web logic server?

0 Answers  


I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic

0 Answers  


Why do I get noclassdeffound/too many open files messages on solaris? : BEA Weblogic

0 Answers  


Tell me what can happen when stub can't to connect to web-logic server instances?

0 Answers  






What are class paths? How can they be set?

0 Answers  


What is meant by thread dump and how can we take?

0 Answers  


how ITIL process occurs in weblogic?

0 Answers   Mind Tree,


How can we know if there is any memory leakages happening? how to overcome the memory leakage situation?

1 Answers  


What is mulicast and unicast in weblogic?

0 Answers  


What is the difference between the sun jvm and bea jrockit jvm?

0 Answers  


Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic

0 Answers  


Categories