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)
Class.forName("oracle.jdbc.driver.OracleDriver"); conn = DriverManager.getConnection(“url”,”username”,”password ″);
look more at here:http://leezk.com/tag/jdbc