• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Oracle 9i and J2SE 1.6 compatibility

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have instalalled oracle 9i on my system C:\oracle\... and J2SE in C:\Program Files\Java\jdk1.6.0_07\... when i try to run a simple database connecting program it compiles but on interpreting it gives the error
Class def not found error.
Is oracle 9i and J2SE compatible with each other. also I have seen my friend PC his Oracle 9i has a "ora 90" folder while i have "ora 92" folder.
The enviornment varible setup are:-
PATH = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib\servlet-api.jar;C:\oracle\ora92\jdbc\lib\classes12.zip;C:\Program Files\Java\jdk1.6.0_07\bin

SETPATH = C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib\servlet-api.jar;C:\oracle\ora92\jdbc\lib\classes12.zip;C:\Program Files\Java\jdk1.6.0_07\bin

reply asap
I have to start working..
 
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
Ashoke,
You are using Oracle 9i release 2.
Your friend is using Oracle 9i release 1.
The JDBC driver you use needs to be compatible with JRE 6.
You can download such a driver from:

http://www.oracle.com/technology

Good Luck,
Avi.
 
Ashoke chintu
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is not helping me. as I do not have a understanding of drivers. Tell me the driver "name" and url to download it. Thanks
 
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
Ashoke,
I suggest looking at the following:

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

Good Luck,
Avi.
 
Ashoke chintu
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the following link provides the JDBC driver that are compatible with jdk1.4, jdk1.3, jdk 1.2 not jdk6...

I need some more reply from other persons...
So much time has happened but no one is helping me...


Thanks
 
Marshal
Posts: 80071
410
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And welcome to JavaRanch, Ashoke
 
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
Go to this Web page:

http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_111060.html

Read what's written there.
Notice the following:


ojdbc6.jar (1,977,267 bytes) - Classes for use with JDK 1.6. It contains the JDBC driver classes except classes for NLS support in Oracle Object and Collection types



Now go to this Web page:

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

See the "Interoperability Matrix"?
It says that "ojdbc6.jar" can be used with Oracle 9i Release 2.

Does this help you?

Good Luck,
Avi.
 
Ashoke chintu
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well thanks Avi,,,


Nice to have persons like you on Java Ranch..
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic