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

Oracle 10g Driver error

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

When i am trying to connect to oracle 10g using JdbcOdbcDriver, i am getting Message like "Oracle(tm) client software doest not exist..", this is at the time of running my program.

While installing 10g i have choosen Oracle 10g Enterprise Edition , but still i am getting this error.
Also i have setted the DSN as "ora"

Can any one let me know what should i do now?

Thank you.
Sekhar.
 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
class path include oracle driver jar?
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could use the JDBC-driver instead of the JDBC-ODBC-bridge.

Originally posted by Sekhar Choudary:
Hi All,

When i am trying to connect to oracle 10g using JdbcOdbcDriver, i am getting Message like "Oracle(tm) client software doest not exist..", this is at the time of running my program.

While installing 10g i have choosen Oracle 10g Enterprise Edition , but still i am getting this error.
Also i have setted the DSN as "ora"

Can any one let me know what should i do now?

Thank you.
Sekhar.

reply
    Bookmark Topic Watch Topic
  • New Topic