User404
User404

Reputation: 2192

JDeveloper can't connect to my database

I'm using JDev 11.1.2.3.0 (on OSX 10.8) and I try connect to an external DB. When I try to make a connection in SQL Developer everything works fine but when I use the same connection info in JDeveloper it just doesn't want to connect. What could be the problem?

Edit: Exporting and importing the connection also doesn't work.

Upvotes: 1

Views: 2688

Answers (1)

MaVRoSCy
MaVRoSCy

Reputation: 17839

The two programs use a different connection mechanism. You can define proxy setting separately for each program by going to Tools>Preferences>Web Browser and Proxy. Make sure JDev has the same settings as SQLDev has

Upvotes: 1

Related Questions