• 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

ORACLE DRIVER

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI I am new to java. We have one java web application which is using ojdbc14.jar for loading oracledriver.We are using jdk1.4 version. Perviously our oracle database version is 8i.Now it is upgraded to 10g.
I dont know which version of ojdbc14.jar( which is present in lib directory of jdk folder) we are using.Should we replace the ojdbc14.jar file with the one which we got with Oracle10 g?? .can any one explain me the dependecy of ojdbc14.jar on version of database?
 
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
Prabhakar,
The following Web page has a compatibility matrix:

http://www.oracle.com/technology/tech/java/sqlj_jdbc/index.html

It also has a link to the JDBC FAQ which also contains information about matching Oracle database version to JDBC driver version to java version.

Good Luck,
Avi.
reply
    Bookmark Topic Watch Topic
  • New Topic