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
Can I use a native two-tier driver for a browser applet? : BEA Weblogic
What is a local transaction?
What is meant by domaintemplate?
What can be the various reasons for a server crash?
Can I set the deployment order for application modules? For standalone modules?
Difference between production and development mode?
How are the notifications generated when a server is added to a cluster?
Is an xslt processor bundled in weblogic server?
What is the difference between creating a distributed application using rmi and using a ejb architecture?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
Explain the types of application deployed in wls?
How do you troubleshoot a crash?
Explain briefly what is the nm?
What is the list of pre-configured queues?
How do I use a third-party jdbc driver with jms? : BEA Weblogic