Is there a way to test my connection to oracle database using Java? Here\'s my code.
public class OracleConnection { public static void main(String[] args)
Maybe you should ping the IP address of the server. You should check this out: Ping function returns that all pinged IP addresses is reachable