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

java.sql.SQLException: The Network Adapter ...

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone I trying to connect to the default Personal Oracle 8.1.5 database (Orcl) on my Win98 Laptop, but I keep getting:
java.sql.SQLException: The Network Adapter could not establish the connection.
Any ideas anyone?
Here is my setup:
Win98
jdk1.3
Tomcat 4.0.2
I have tried both classes12 and classes111b.zip which I have converted to .jar files and placed in both the web-inf\lib directory of the webapp and in jdk1.3\jre\lib\ext
Thanks in advance!
 
Ranch Hand
Posts: 704
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please ost the connection string you are trying to use. Make sure your TNSListener service is running.
 
Nathan Johnson
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cheers Nigel,
I have left my laptop at home so I'll try the TNSListener tonight!
Here is my connection string:
("jdbc racle:thin racle:@localhost:1521 rcl", "scott", "tiger")
Nathan
 
No thanks. We have all the government we need. This tiny ad would like you to leave now:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic