This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes Weblogic 8.1: Configure a new JDBC Connection Pool Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Weblogic 8.1: Configure a new JDBC Connection Pool" Watch "Weblogic 8.1: Configure a new JDBC Connection Pool" New topic
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]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Weblogic 8.1: Configure a new JDBC Connection Pool
 
Similar Threads
Weblogic Server performance
how to configure connection pool in tomcat
Oracle 10g JDBC Error
Oracle 10g driver throws java.sql.SQLException: OALL8 is in an inconsistent state Web
Oracle 10g driver throws java.sql.SQLException: OALL8 is in an inconsistent state