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
Why ca not I boot weblogic server when using the ldap security realm? : BEA Weblogic
How do I manage a queue to view and delete specific messages? : BEA Weblogic
How should you type cast a remote object?
What are the steps required to setup the oracle instance for os authentication?
What is jms and configuration details?
How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic
how can we sync the nodes with administration server in weblogic.
Explain weblogic server?
How will a single machine run multiple web logic server instances?
What are the Unix vi commands?
Tell me what are the ways in which weblogic servers can run on multiple machines?
Can I use a native two-tier driver for a browser applet? : BEA Weblogic
In web logic how are new threads assigned?
How can classpath be set?
In how many ways we can implementg session replication?