• 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

How do you connect Java 1.4.1 to Oracle 8i

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have seen similar posts and replies but they are 2-3 years old. Are there any recent instructions on how to connect a Java application to Oracle 8i's Enterprise Edition? I have both installed on my standalone PC running Windows98 at home and am practicing. I already have MS Access and want to move on to Oracle. Thanks in advance.
ddave
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dave,
Oracle have a JDBC driver for use with JRE version 1.4 which is available for download from:
http://otn.oracle.com/software/tech/java/sqlj_jdbc/content.html
I hope this helps you -- since I'm not sure that this answers your question (because your question was unclear to me).
Good Luck,
Avi.
 
Dolfandave Uyemura
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I will start w/ the download but I guess what I need to know is if there are step by step instructions to creating the syntax in the Java application to make the application interact with the Oracle database? I can create the tables with the appropriate keys in Oracle. The part I am less familiar with is the actual Java syntax to interact with the database. JavaRanch has the database tutorial to interact with Access and I have an application that does interact with an Access database. I understand and feel comfortable with this part. What I want to do is take the next step and have an application interact with an Oracle database. Thanks.
ddave
 
Avi Abrami
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dave,
In case you didn't notice, the Web page (whose URL I gave you in my previous reply) also contains hyperlinks to other Web pages with documentation and sample code and discussion forums.
I am quite certain that you will find more htan enough sample code in those Web pages to get you going.
Also, you should have a "jdbc\demo" subdirectory in your Oracle installation that contains sample code.
Hope this helps.
Good Luck,
Avi.
 
Dolfandave Uyemura
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi again,
Thanks for the further clarification. No, I didn't notice that at first but I was at work and trying to reply while looking over my shoulder, if you know what I mean, at the same time. I will look at the info on the site.
Regards,
ddave
 
A tiny monkey bit me and I got tiny ads:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic