• 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

jdbc connectivity to oracle 8i

 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
recently i've loaded oracle 8i on my system. i've a created
data source on my win 2000 system by providing datasource and service names. later on i wrote a simple jdbc connectivity java program. when iam running this program it is saying specified driver could not be loaded due to system error 1114(oracle odbc driver). it is even giving an alert saying cannot load sqresus.dll. but this file is very much there.
please somebody help me to find out the exact problem.
thanks
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i m also having problem with connecting oraclc 7.2 personal do i have to go to oracle 8i.
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
set that in the classpath
it will work
pavithra

Originally posted by seetarama raju:
recently i've loaded oracle 8i on my system. i've a created
data source on my win 2000 system by providing datasource and service names. later on i wrote a simple jdbc connectivity java program. when iam running this program it is saying specified driver could not be loaded due to system error 1114(oracle odbc driver). it is even giving an alert saying cannot load sqresus.dll. but this file is very much there.
please somebody help me to find out the exact problem.
thanks


 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you are using windows 2000 then you use the microsoft oracle driver for creating a datasource.
reply
    Bookmark Topic Watch Topic
  • New Topic