Is it possible to connect to an Oracle DB using a jdbc connection string like:
jdbc:oracle:thin:@myserver:1521:mydb
instead of using TNS?
Yes, as long as the JDBC driver JAR is in the CLASSPATH.