Search code examples
toad

Connect TOAD to Oracle using JDBC connection


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?


Solution

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