• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Weblogic 8.1: Configure a new JDBC Connection Pool

 
Ranch Hand
Posts: 225
Spring Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
***********************************
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic