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)
I wrote a mini command line app to do what above code samples do.
https://github.com/aimtiaz11/oracle-jdbc-tester
Saves anyone coding it up. Just build (with maven) and run it.