Reputation: 17
I am getting a weird problem, I have an oracle database on amazon aws I can connect using sql developer running on a pc but when I try to connect using the same software on a Mac It shows this error:
An error was encountered performing the requested operation:
IO Error: The Network Adapter could not establish the connection
Vendor code 17002
Upvotes: 0
Views: 1776
Reputation: 161
Are you using RDS? Have you checked if this software you're using in your mac takes use of a different port to connect to your db on aws? If that's the case you'll need to add this to your security group from your aws console.
Upvotes: 0