Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to create a connection pool ?

2 Answers   TCS,


What are the special design care that must be taken when you work with local interfaces?

0 Answers  


What is Domain? how many domains are possible in a single instance?

4 Answers  


What is instance in weblogic?

2 Answers   HCL,


how to create a sub domain in domain ?

1 Answers   TCS, Wipro,


What is a domain in weblogic?

1 Answers  


what are the new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.

0 Answers  


Do ejbs have to be homogeneously deployed across a cluster? Why?

0 Answers  


What are the States of the Weblogic Server ?

0 Answers  


If we lost Admin password(unfortunately), how will you enter into Admin console?

4 Answers   Motorola,


When deploying a resource adapter (.rar) to weblogic server, are its classes placed in the weblogic classpath? : BEA Weblogic

0 Answers  


How can I set deployment order for applications?

0 Answers  


Categories