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 thread stack size? What is the default thread stack size in windows?
How do you differentiate between a server hang and server crash issue?
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
When we will take thread dump? Please give us some examples?
What does the connected to element in the toolbar signify?
How do I increase weblogic server memory?
How Work Manager works in wls 9.2 and above versions?
How to change from default JVM to other ?
What is the function of t3 in weblogic server? : BEA Weblogic
What is meant by managedserver?
What are the special design care that must be taken when you work with local interfaces?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
What are log filters and what are their purpose?
What is meant by adminserver?
How do I manage a queue to view and delete specific messages? : BEA Weblogic