• 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

Connection url

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


What is the url required for the jdbc connection between Oracle 10g and JDK 1.6.

And just brief through the initial procedures to be done for the connection like changing the class path and etc..
 
Ranch Hand
Posts: 423
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

dbk kumar wrote:

What is the url required for the jdbc connection between Oracle 10g and JDK 1.6.

And just brief through the initial procedures to be done for the connection like changing the class path and etc..



Download Oracle driver from here:
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
Try driver for Oracle 11g, it is compatible with earlier versions of DBMS.
And read attached documentation - you will find basics in the README file.
 
reply
    Bookmark Topic Watch Topic
  • New Topic