Many of the blog entries mention using the "Other" driver instead of the Oracle Thin Client, but I found that I simply needed to change the colon to a forward slash like this:
jdbc:oracle:thin:@mydb.example.com:1521:service-name
To:
jdbc:oracle:thin:@mydb.example.com:1521/service-name
http://robertmarkbramprogrammer.blogspot.com/2012/02/oracle-and-eclipse-sid-vs-service-name.html
↧