What do you understand by JDBC connection pool? What are the
steps to create a connection pool in WebLogic?
Answer / 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 |
What are the different modules of wlst? Explain?
Write a program to bind string values in a preparedstatement?
What elements make up the administration console?
Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic
What is a domain structure? Does include cluster(s) and server instance(s)?
Are WebLogic Servers password secure?
How can we change heap size?
What are middleware servers?
In Future how the role of WEBLOGIC in realtime ?
dIFFERNCE BETWEEN VERSIONS 8.X,9.X,10.X
Why would a client application use jta transactions?
What is the difference between Production mode and Development mode in WebLogic?