Testing connection from RDS

0

Hi

Do you know how to test connectivity from one RDS oracle database to another RDS oracle database under a different account? Both accounts have a transient gateway between them. There is no operating system access on both machines but only SQL access. I am trying to test TCP network connection before creating a DB link between the two.

Thanks,

2 回答
0
已接受的回答

Hi Sam.

Is there a reason you can't just create the DB link and test it? You can always delete it if it doesn't work.

Also, have you tried using VCP Reachability Analyzer? If not, I'd recommend you take a look at the following Blog post which explains in detail how to troubleshoot (test in your case) network connectivity to RDS databases.

I hope this helps.

profile pictureAWS
专家
已回答 9 个月前
profile picture
专家
已审核 9 个月前
0

You can create an EC2 instance from the source RDS subnet and perform testing on the instance using common Linux or Windows Tools, such as SQL Workbench/J.

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Troubleshooting.html

profile pictureAWS
专家
已回答 9 个月前
  • Unfortunately I can not create another EC2 in same subnet to test connectivity. It requires reuest, approvals, security and most likely they wont approve. Is not there a way to do via SQL command in Oracle SQL Developer?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则