This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes JDBC and the fly likes tcp/ip address v. DNS name Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "tcp/ip address v. DNS name" Watch "tcp/ip address v. DNS name" New topic
Author

tcp/ip address v. DNS name

Dave Segal
Greenhorn

Joined: Aug 13, 2002
Posts: 20
I need to compare the Connection used by a DataSource against a set of DriverManager parameters to determine if they are "equivalent". I do this by comparing the hostname, datbasename, and port. My problem is that I am given the DriverManager parameter DNSname but when I retrieve the hostname from the DataSource Connection, I am given the TCP/IP address.

Can anybody tell me how to translate the DNSName into it's TCP/IP address so that I can compare on these properties?
Paul Misoni
Greenhorn

Joined: Jan 02, 2001
Posts: 16
To resolve the IP address to then DNS name, ping with the -a argument.

example: ping -a 64.78.181.41

If it can resolve the address, it will return:

Pinging tut.ejip.net

Of course, this doesn't work well the other way, as multiple DNS names can point to the same IP address.

Hope this helps somewhat.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: tcp/ip address v. DNS name
 
Similar Threads
DriverManager and Datasource.
Help: Connecting Tomcat to CA-IDMS Using JDBC Type 4 Drivers (JNDI / IDMSDataSource)
Getting CommunicationException
IP Address as a hostname string !
How to Give Permissions for postgresdb to our localsystem.