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

What is meant by gc, prallel gc, full gc and explain it?

736


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

811


The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic

712


A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic

714


Why is there no polymorphic-type response from a create () or find () method?

718


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

806


Explain the client-server architecture.

699


Explain the functionality of T3 associated with WebLogic server?

782


What are the capabilities of weblogic server?

784


What is meant by gc and explain it?

773


How do I enable debugging for the messaging bridge? : BEA Weblogic

669


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

676


What is the managed server?

721


How do you do performance tuning of wls?

795


Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?

707