• 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

JDBC connectivity

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
Please send me a program to use the jdbc dbc bridge using oracle8i database. I am new to this, i am trying this since new week, but i am failes to do that. please send an appropriate program to connect to the database using the jdbc dbc bridge.
thanks,
regards,
srini.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you set up an ODBC connection to your database? Oracle provides 4 different JDBC drivers to connect directly to an Oracle database. Maybe you should look into one of them. There's tons of source and documentation at the Oracle Technology Network
 
Ranch Hand
Posts: 1879
MySQL Database Suse
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oracle is one of the best documented technologies out there. Do a search on google to find many helpful resources. Some other links that may help you get started:

Oracle9i JDBC Developer's Guide and Reference - the most complete and detailed java --> oracle JDBC reference I've seen to date
Basic JDBC Samples
Advanced JDBC Samples
JDBC How-To Documents
 
reply
    Bookmark Topic Watch Topic
  • New Topic