JDBC Data Sources in WebLogic Server
JDBC
It is an API which is used for accessing the Databases.
JDBC provides Platform independent access to databases
JDBC Data Source
-In WebLogic Server, you can connect to database by adding JDBC data sources to your WebLogic domain
-A JDBC data source is an object bound to the JNDI tree that provides database connectivity through a pool of JDBC connections.
-Applications can look up a data source on the JNDI tree and then borrow a database connection from a data source.
A Data Source:
-Is stored in the WLS JNDI tree
-Is associated with a connection pool
-Can support transactions
JDBC
It is an API which is used for accessing the Databases.
JDBC provides Platform independent access to databases
JDBC Data Source
-In WebLogic Server, you can connect to database by adding JDBC data sources to your WebLogic domain
-A JDBC data source is an object bound to the JNDI tree that provides database connectivity through a pool of JDBC connections.
-Applications can look up a data source on the JNDI tree and then borrow a database connection from a data source.
A Data Source:
-Is stored in the WLS JNDI tree
-Is associated with a connection pool
-Can support transactions
No comments:
Post a Comment