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 can be the various reasons for a server crash?

0 Answers  


How do I learn what codesets are available in oracle? : BEA Weblogic

0 Answers  


What type of object is returned by resultset.getobject()?

0 Answers  


Does weblogic jms support clustering? : BEA Weblogic

0 Answers  


Tell me about security in weblogic?

0 Answers  


what will happen if a managed server will go down at the time of performing the request

2 Answers  


How to update license?

0 Answers  


What can be the reasons for server hang?

0 Answers  


Tell me what are the causes of having ociw32.dll error in the database of web logic server?

0 Answers  


How do I do http tunneling? : BEA Weblogic

0 Answers  


Tell me what are the ways in which weblogic servers can run on multiple machines?

0 Answers  


How does a file store compare with a jdbc store? : BEA Weblogic

0 Answers  


Categories