• 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

ORACLE DB HELP!!!!!!!!

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Thanks for all the replies for the queries i posted earlier.
I still have a problem.
I need to connect to a oracle DB that exists on a remote machine. I have the ip of the machine, username, passwd and name of the db there.
I've tried using oracle.jdbc.driver.OracleDriver, it doesn't work.can someone please tell me which driver to use and how to configure the driver on my machine to connect using this java program.
IT'S URGENT!!!
Thank You.
Jyothsna...
 
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
One uses the same Oracle JDBC driver if one is connecting locally or remotely. The problem is probably in your connection URL syntax. Share some code with us.
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What does this have to do with SWING/AWT? Moving to JDBC...
 
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
reading this document is a must for Oracle JDBC developers. I will help you choose the appropriate driver, how to set up your computer so you can use it and how to connect to your database... and everything else will ever encounter programming JDBC to oracle
Jamie
[ November 20, 2003: Message edited by: Jamie Robertson ]
 
Ranch Hand
Posts: 1400
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jyothsna Sri Y:

Jyothsna...


oracle.jdbc.driver.OracleDriver doesn't work ?
What is the error you are getting?
Can you show us your code?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic