Is it possible to connect to an Oracle DB using a jdbc 开发者_如何学Cconnection string like:
jdbc:oracle:thin:@myserver:1521:mydb
inistead of using TNS?
Yes, as long as the JDBC driver JAR is in the CLASSPATH.
Is it possible to connect to an Oracle DB using a jdbc 开发者_如何学Cconnection string like:
jdbc:oracle:thin:@myserver:1521:mydb
inistead of using TNS?
Yes, as long as the JDBC driver JAR is in the CLASSPATH.
精彩评论