• 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

I can't access oracle database

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to access oracle 8 database with JDBC of Java,but I always fail.I think I can't install oracle 8 correctly,Becuse I use the item"net8 easy configer" to test the instalnation,the result is error.Now,I want to know:
(1)How can I install oracle 8(version 8.0.4)for my java?
(2)where I can download free driver for the oracle?
(3) which sub-protocol , OCI or thin,should I use for the JDBC?
(4)which part of oracle ,oracle8,oracle client and oracle enterprise should I install?
I will appreciate you if you reply me as soon as possible.
Jason
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by daizhengyuan:
Hi,
I want to access oracle 8 database with JDBC of Java,but I always fail.I think I can't install oracle 8 correctly,Becuse I use the item"net8 easy configer" to test the instalnation,the result is error.Now,I want to know:
(1)How can I install oracle 8(version 8.0.4)for my java?
(2)where I can download free driver for the oracle?
(3) which sub-protocol , OCI or thin,should I use for the JDBC?
(4)which part of oracle ,oracle8,oracle client and oracle enterprise should I install?
I will appreciate you if you reply me as soon as possible.
Jason


hi jasen,
did u know that oracle8 needs to be installed on winNT,it doesnt work on win 95 or 98.Secondly u have to use Net protocol/all java driver for connecting to database .it can be downloaded from java.sun.com site.u may load any thing oracle client or server and any edition,professional or enterprise.
 
reply
    Bookmark Topic Watch Topic
  • New Topic