• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Iplanet server and jdbc problems with oracle 8i upgrade

 
Ranch Hand
Posts: 176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We recently upgraded our oracle box from 8.0.5 to 8i. We had an application on Iplanet 4.x server. It was working fine with 8.0.5. But once we upgraded our oracle database to 8i. We started having problems connecting to database.
We are using classes12.zip with Oracle 8i, earlier we were using classes11.zip. We removed classes11 everywhere and put classes12.zip in the path.
Did you guys experience similar problem, do you guys know what the problem could be. Any help will be greatly appreciated.
Bhasker
 
Ranch Hand
Posts: 925
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
8i requires that you have the fully qualified domain name in the url. That is the first thing to check.
Then check you can access with SQL*plus.
oci8/thin will make a difference. You will probably be ok with old class file with thin but oci8 may required that you upgrade.
Can't help much more without a stack trace.
Simon
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
we had some problems using oracle 8i and iplanet 4.1. Could you more error details.
no errors description no solution
 
reply
    Bookmark Topic Watch Topic
  • New Topic