Oracle 连接错误

发布于 2024-10-21 17:38:32 字数 215 浏览 3 评论 0原文

java.sql.SQLException: Io 异常: 网络适配器无法建立 连接位于 oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java)

当数据库中的数据增加(接近 3000)时,我收到此错误。对于有限的数据(例如 100),它可以正常工作。

java.sql.SQLException: Io exception: The Network Adapter could not establish the
connection at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java)

I am getting this error when data in database is increased (nearly 3000). It works fine with limited data (say 100).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

埖埖迣鎅 2024-10-28 17:38:32

网络适配器无法建立连接

时,通常会抛出错误

  • 当Oracle 侦听器未运行
  • 在连接 url 中指定了错误的主机名
  • 在连接 url 中指定了错误的端口 端口
  • 被防火墙阻止

我从未见过它与“增加”数据库中的数据

The Network Adapter could not establish the connection

Is typically thrown when

  • the Oracle listener is not running
  • the wrong hostname was specified in the connection url
  • the wrong port was specified in the connection url
  • the port is blocked by firewall

I have never seen it related to "increasing" the data in the database

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文