File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes JDBC connection in different machine Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "JDBC connection in different machine" Watch "JDBC connection in different machine" New topic
Author

JDBC connection in different machine

imran quazi
Greenhorn

Joined: Dec 01, 2006
Posts: 18
HI,

I'm trying to connect with oracle installed in different machine. I've oracle client installed in my machine. So i'm writing like this:


abcd is the dns name.
My question is what i've to pass as parameter in the getConnection() method if the other machine has ip: 10.124.12.148 and port:8081.?
Pushkar Choudhary
Rancher

Joined: May 21, 2006
Posts: 425

Shouldn't this question be in the JDBC forum?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JDBC connection in different machine
 
Similar Threads
Resultset processes 1 record
OpenYMSG API on android
Unable to create Data Source in Tomcat
Access Datasouce in java main method
JDBC connection in different machine