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

how to implement jdbc with orcale 8i.

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to implement jdbc with oracle 8i.
what are steps . i have all things install in my system.
i can run jsp page, servlet also installed today oracle 8i.
how to achieve the jdbc . please tell
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First off, Oracle 8i is no longer supported by Oracle. Are you sure you want to use this version, rather than the newer (and still supported) 9i or the current 10g?

That aside, all you need is your JDBC driver and a JDK. The driver for Oracle is in classes12.zip if I remember right. Your oracle documentation will tell you exactly though; I think there should be a version of "JDBC Developer's Guide and Reference" for Oracle 8i.

You might also find it helpfuil to look though our JDBC FAQs.
[ December 11, 2006: Message edited by: Paul Sturrock ]
 
The moustache of a titan! The ad of a flea:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic