What is DataSource ?how can its associated with connection
pools ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / faraz
DataSoource is an Interface that is an alternative to
Driver manager.It has methods :
getConnection()
getConnection(username,pwd)
...and many more..
Through JNDI it connects with database.
Or It takes from Connection pool.
| Is This Answer Correct ? | 3 Yes | 1 No |
JDBC datasource provides the database access and database
connection management each datasource contain the pool of
database connections,
1. In single server configuration, assign each datasource
and its associated connection pools or multiple to the server.
2.Admin server & managed server congiguration, the target
the datasource and associated with a connection pool to the
servers.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is LDAP and how to configure LDAP server to weblogic server? any budy give me steps
How a web logic server works?
How to find the heap memory of managedServer?
Explain The Methods For Providing User Credentials For Starting The Server ?
What are class paths? How can they be set?
If your client asks toupgrade the jdk version. How can you do this and after then what are the post changes needed
how to change the weblogic server password?
How do I call a servlet with parameters in the url? : BEA Weblogic
How to upgrade the weblogic version and explain the steps?
How do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic
How do I prevent errors when running t3dbping? : BEA Weblogic
What are the recommend parameters to improve the prformance from data-source point of view.