What is DataSource ?how can its associated with connection
pools ?
Answer Posted / sriram
A Data Source object enables JDBC applications to obtain a DBMS connection from a connection pool. Each Data Source object binds to the JNDI tree and points to a connection pool or MultiPool. Applications look up the Data Source on the JNDI tree and then request a connection from the Data Source.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What can be the reasons for server hang?
Why do we need to remove cache?
What is unicast in weblogic?
What are class paths? How can they be set?
Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic
How do I turn the auto-deployment feature off?
How can the OUT OF MEMORY be solved?
What are the admin default ports?
What is the managed server?
Which is the only method defined in the javax.ejb.handle interface? : BEA Weblogic
What are the disadvantages of node manager?
Is it possible to set aside a message and acknowledge it later? : BEA Weblogic
Explain the difference between dynamic and non-dynamic changes in the console?
Tell me about security in weblogic?
Can you explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?