Is possible to connect to RDS Oracle DB instance with SQL developer?

16.7k Views Asked by At

I'm trying to connect into my mac with the endpoint that AWS give me but i can't.

2

There are 2 best solutions below

0
On BEST ANSWER

You can connect to database instance in RDS by using the endpoint and the credentials associated with the rds instance

Refer the below link for guidance:

http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.Oracle.html

Also ensure that the security group associated with the RDS instance has appropriate port open for oracle connection.

0
On

Yes, You can.

These are the AmazonRDS settings.

AWS RDS settings

and this is the SQL Developer connection window

enter image description here

database host name should be the AWS endpoint & SID should be the AWS DB Name.