What is DataSource ?how can its associated with connection
pools ?

Answers were Sorted based on User's Feedback



What is DataSource ?how can its associated with connection pools ?..

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

What is DataSource ?how can its associated with connection pools ?..

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

What is DataSource ?how can its associated with connection pools ?..

Answer / raj

JDBC datasource provides a datasource access & database
connection management. each datasource contains a pool of
database connection , that are created when the datasource
is created & at server startup.

Is This Answer Correct ?    2 Yes 0 No

What is DataSource ?how can its associated with connection pools ?..

Answer / ram

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

Post New Answer

More Weblogic Interview Questions

what are the benefits of load order in the deployment of the application?

2 Answers   HP, Infosys,


While packaging the web application defaultwebapp for deployment into the weblogic server, the home and remote interfaces of the enterprise beans used by the servlets should reside in which directory? : BEA Weblogic

0 Answers  


How you are getting the alerts?

0 Answers  


What Are The Various Types Of Weblogic Installations ?

0 Answers  


Why ca not I boot weblogic server when using the ldap security realm? : BEA Weblogic

0 Answers  






What is a local transaction?

0 Answers  


How do I learn what codesets are available in oracle? : BEA Weblogic

0 Answers  


When configuring a source or target messaging bridge destination, do I need to set the adapter classpath field? : BEA Weblogic

0 Answers  


What Is Multicast And Unicast In Weblogic ?

0 Answers  


How can the OUT OF MEMORY be solved?

0 Answers  


How do you set the classpath ?

0 Answers  


What is the significance of boot?

0 Answers  


Categories