• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

New to JDBC, Please Help

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everyone
I am new to JDBC.
I have Oracle 8.1.7
j2sdk1.4.0 installed on my Windows XP machine.
Can anyone get me the links I have to go through to connect to Oracle.
Do I have to download any drivers specifically???
Everything is so confusing for me.
Is there any detailed procedure anywhere?
I have been searching for information for a while
and I just now read that Oracle 8.1.7 supports only jdk1.2.x. If that is the case ,Do I need Oracle 9i?
Thanks
Metelda
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
At first you must download any oracle JDBC driver (from oracle web or anywhere else). It is a .jar file, that you will put in your classpath. Some information could be found at JDBC intro, but that's not the only information source -- I googled it using: oracle + jdbc.

... I just now read that Oracle 8.1.7 supports only jdk1.2.x. If that is the case ,Do I need Oracle 9i?


No, that has nothing to do with JDBC. Due to you're new in that, it's not important now.
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For details on connecting to Oracle Database through JDBC refer to this documentation
You will find JDBC Samples here
Hopt this helps.
 
Metelda Ganugapanta
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks very much for your help,Pavel.
Thanks very much ,Sujatha.
 
Ranch Hand
Posts: 98
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
iam also new to JDBC, I got my Sun certification couple of months before,i like to learn about JDBC now.
Is it possible to download Oracle 9i free from Oracle site,otherwise where i can find ?,
help me
please
thx in advance
 
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oracle 9i is available at Oracle's site. It may not be the full version, but it should be enough to start learning.
 
anushree ari
Ranch Hand
Posts: 98
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thx phillips,
is there any resource (to start jdbc) available on the net for free?
thx
 
Sujatha Ranganathan
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Have a look at the JDBC Page on OTN.
This has links to documentation, sample code and JDBC driver downloads.
Hope this helps.
Sujatha.
 
anushree ari
Ranch Hand
Posts: 98
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thx sujatha,
i hope this is enough,if i have any trouble help me.
thx
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have Oracle 8.1.7 you don;t have to down load anything when you install it. The JDBC jar classes are installed in the directory named jdbc. SImply copy this file typically called class111.jar and include in your CLASSPATH variable.
 
There will be plenty of time to discuss your objections when and if you return. The cargo is this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic