• 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

dBase URl for Connection.getConnection(url, usrname, passwd)

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

I'm using Oracle 10g as my databse, but i dont know what is the dBase URL that need to pass as an argument in Connection.getConnection(url, usrname, passwd)...............

Its pretty urgent, can anybody help..

Thanks,
Amit

[ EJFH: Removed asterisks in subject ]
[ May 25, 2006: Message edited by: Ernest Friedman-Hill ]
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thats the sort of thing the Oracle documentation covers. Look there.
 
Amit Das
Ranch Hand
Posts: 206
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Paul,

Thanks for replying, i saw your previous reply for someone else also but the same thing I didnt do as i dont have time to search through the doc.....It'd have bin really gr8 i u'd have given me a sol for my problem


Thanks,
Amit
 
Paul Sturrock
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are welcome.
 
Ranch Hand
Posts: 333
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Or see oracle's JDBC FAQ.
http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.html

Some parts of the DB URL, you'll have to get for yourself, we can't tell you the machine the DB is running on, or the SID or service name you need to use.

Also of use:
Oracle sample programs and code
http://www.oracle.com/technology/sample_code/tech/java/sqlj_jdbc/index.html
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Amit Das:
i dont have time to search through the doc

It's definitely worth reading the documentation. I would recommend you rearrange your schedule and make time to do that. Otherwise you will be working from a position of ignorance and run the risk of implementing bad solutions.
 
expectation is the root of all heartache - shakespeare. tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic