문제

Is it possible to connect to an Oracle DB using a jdbc connection string like:

jdbc:oracle:thin:@myserver:1521:mydb

inistead of using TNS?

도움이 되었습니까?

해결책

Yes, as long as the JDBC driver JAR is in the CLASSPATH.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top