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
What is Horizontal and vertical clustering ?
What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic
Explain what is the purpose of stub in web-logic server cluster?
Are there c/c++ interfaces to wls jms? : BEA Weblogic
Explain what are the steps required to setup the oracle instance for os authentication?
What is thread stack size? What is the default thread stack size in windows?
What is nmenroll in wlst?
How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic
What are the ways in which the dns request of failed servers handled?
What is application tuning?
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic
How do I connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic
How do I publish an xml message? : BEA Weblogic
How do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?