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

Explain what is the purpose of stub in web-logic server cluster?

0 Answers  


Do you know how are multi-byte characters used with weblogic jdriver?

0 Answers  


What is config.xml?

3 Answers   TCS,


What is trouble shoot in weblogic

5 Answers   HCL, IBM,


What are the common domain types?

0 Answers  






What are the supported installation modes for WebLogic Server ?

0 Answers  


What is the difference between T3 and HTTP protocol ?

0 Answers  


What is a local transaction?

0 Answers  


What is Virtual Host in Weblogic , how to create it & what is the advantage ?

18 Answers   iFlex, TCS,


An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic

0 Answers  


What is meant by domaintemplate?

0 Answers  


When should I use multicast subscribers? : BEA Weblogic

0 Answers  


Categories