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.?
Originally posted by imran quazi: what i've to pass as parameter in the getConnection() method if the other machine has ip: 10.124.12.148 and port:8081.?
your first place would be JavaDoc to find your answer regarding signature of getConnection() method.