Hi Evan,
Please try with the 11.2 driver, available here:
http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
Then create a new driver definition for this driver and select it for the connection, as described here:
http://confluence.dbvis.com/display/UG91/Installing+a+JDBC+Driver
Hopefully this will correct the problem. If not, please don't hesitate to get back to us. To give us more info about what may be the problem, please open Help->Contact Support and either report the problem there or copy the Application Properties area and include in your reply here.
Best Regards,
Hans
a
anonymous
said
about 10 years ago
[This reply is migrated from our old forums. The original author name has been removed]
Re: Cannot connect to Oracle AWS RDS
Hi Hans,
Thanks for the reply. I tested with the newer driver and same result but, I found I CAN connect to the AWS RDS Oracle server when I'm on a different network from my office network (ie. from my home it works fine... using the 11.1 driver even). So, for me this is a network issue of some kind. Not sure how to debug it yet but I can rule out a driver issue.
Thanks,
Evan
Hans Bergsten
said
about 10 years ago
[This reply is migrated from our old forums.]
Re: Cannot connect to Oracle AWS RDS
Hi Evan,
Thanks for letting us know. Unfortunately I don't have many ideas about how to debug the network problem, other than making sure it is not a firewall issue and make sure that you use the same Java version for DbVisualizer at home and at the office. If you use Java 7 at the office, you can try adding this line in Tool Properties, in the Java VM Properties area in the General category:
-Djava.net.preferIPv4Stack=true
Java 7 tries to use ipv6 by default but this forces it to use ipv4:
http://download.java.net/jdk7/archive/b123/docs/api/java/net/doc-files/net-properties.html
Best Regards,
Hans
anonymous