• 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

Can any one help me how can i connect oracle9i with odbc

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi every one.

hi i am new to oracle, I am experience in oracle sql and now working with oracle sql only, can any one say how can i connect my oracle 9i with java or jsp.

I am using windows XP is my os and JSP is my Presentation and apache tomcat is my web server.

Now i am in the need to connect oracle with my jsp, can one any one help, so that i am gratefull to you.
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why do you want to use ODBC rather than JDBC?

Also, note that it is considered poor practice to make database calls directly from a JSP since the JSP is the presentation layer. It is preferred to put the Java code in a Java class or servlet.
 
Dharanishankar Dhatchinamoorthy
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can i create system DSN for oracle connectivity with JDBC, i am still in confusing and getting error while i tryed with.

Step procedure to make connection for oracle 9i with JDBC will be easier for me, could you able to explain?
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This Oracle tutorial goes through all the steps.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic