Posted By:
Vijay_Anand
Posted On:
Tuesday, June 29, 2004 04:15 PM
Hai All, I am new to weblogic database connection pooling. I am using Weblogic8.1 and want to use connection pooling to get a jdbc connection. my database server is Oracle 8.1.7. Things which i have done using the weblogic admin console. ---------------------------------------------------------- I have created a Jdbc connection pool named myconnectionpool. I have created a datasource named mydatasource. and named the JNDI as myjndi. Is the above process correct to create the connection pool in the weblogic8.1. I am not aware of the java code to get the database connection object from the connection pool which i have created.
More>>
Hai All,
I am new to weblogic database connection pooling.
I am using Weblogic8.1 and want to use connection pooling to get a jdbc connection. my database server is Oracle 8.1.7.
Things which i have done using the weblogic admin console.
----------------------------------------------------------
I have created a Jdbc connection pool named myconnectionpool.
I have created a datasource named mydatasource.
and named the JNDI as myjndi.
Is the above process correct to create the connection pool in the weblogic8.1.
I am not aware of the java code to get the database connection object from the connection pool which i have created.
can any one please let me know the java code to get the connection from the pool.
Any help is appreciated
Thanks in advance
<<Less