mobh13
mobh13

Reputation: 17

sql developer Mac OS connection error

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

Answers (1)

NeoSennin
NeoSennin

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

Related Questions