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


Please Help Members By Posting Answers For Below Questions

Which is the only method defined in the javax.ejb.handle interface? : BEA Weblogic

497


What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?

511


How do you differentiate between a server hang and server crash issue?

636


What are the steps required to modify config.xml file of web logic server?

501


Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic

588






what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?

4074


Explain the performance tuning in jvm?

562


What is the difference in the web.xml and weblogic.xml ?

629


How can the nm be made to work with web logic? Explain?

514


What happens if acknowledge() is called within a transaction? : BEA Weblogic

529


What is meant by domain, adminserver, managedserver?

583


What is Multicast?

592


Is it possible to send or receive a message from within a message listener? : BEA Weblogic

499


How do I connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic

530


What are the differences between a web logic server and a web server?

554