• 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

jdbc oracle 8i connectivity

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have SERVER 2000 server machine with oracle 8i enterpise version
and client machine having xp and oracle 8i client
server name "server"
from sql it is working fine
server ip address 192.168.100.1
client ip address 192.168.100.12
user id scott
password tiger
now i want to connect oracle database at server through jdbc
java have been installed in client
jdbc downloaded to this machine
when i am running simple java file is working fine but
i can not connect oracle through jdbc
i wnat to ser classpath
i am a beginer so kindly give me a very simple java file for oracle database connectivity
with jdbc


thanking you
anup
 
author
Posts: 4335
39
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Upgrade your database No really.

Oracle is one of the few DBMS where older versions of the database are often not accepted by newer clients. I can recall using a 10.* client to connect to a 7 (it might have been 8) version of the database only to get the message implying I needed to upgrade the database to connect with that client. It lead to a frantic search for a virtually non-existent version of the older client. In that regard you may consider a version of the JDBC driver for that version of Oracle.
[ April 30, 2008: Message edited by: Scott Selikoff ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic