【问题标题】:How to fix IO Error: The Network Adapter could not establish the connection如何修复 IO 错误:网络适配器无法建立连接
【发布时间】:2022-01-13 05:06:39
【问题描述】:

我正在尝试使用连接类型为基本的 sqldeveloper 连接我的 Oracle 云数据库,但连接失败并出现错误:

Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection.

任何人都可以帮助我如何使用连接类型为基本或 TNS 的 sqldevloper 连接我的 oracle 数据库系统??

【问题讨论】:

  • 该 IP 地址无法访问或端口被阻止或防火墙或网络访问列表阻止您的 IP

标签: oracle oracle-sqldeveloper oracle-cloud-infrastructure


【解决方案1】:

您是否尝试在端口 1521 上远程登录服务器? 听起来可能是 dbsystem 没有连接到互联网。

请检查dbsystem子网是否有:

  • 安全列表,其中包含允许您的 IP 地址使用端口 1521 的规则
  • 允许通过 Internet 网关访问 Internet 的路由表

【讨论】:

    猜你喜欢
    • 2012-09-16
    • 1970-01-01
    • 2015-06-15
    • 2017-08-04
    • 1970-01-01
    相关资源
    最近更新 更多