| Author |
Weblogic 8.1: Configure a new JDBC Connection Pool
|
Baseet Ahmed
Ranch Hand
Joined: Dec 18, 2006
Posts: 223
|
|
Hi Objects, We are having following things: Weblogic 8.1 server installed. Database server (Oracle 10g ) Web Application based on MVC pattern. We want to configure connection pool for the same. Previously,we did the same with Oracle 9i. The question is very simple: At the time of Oracle 9i database, we had set the properties of Connection pooling as below for following parameter: ... dll= ocijdbc9 protocol=thin ... Now we got Oracle 10g database,for that what value shall we assign to following parameter: dll i.e. dll= ? Please assist. Thank you in advance. *********************************** Tip: Modesty is all virtue. ***********************************
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8260
|
|
|
Which driver are you using? I'm using the thin driver (oracle.jdbc.OracleDriver) and I only have the user name set as a property.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Weblogic 8.1: Configure a new JDBC Connection Pool
|
|
|