gpt4 book ai didi

c# - Entity Framework : Server did not respond within the specified time out interval

转载 作者:太空宇宙 更新时间:2023-11-03 10:28:13 24 4
gpt4 key购买 nike

我正在尝试使用 vpn 连接访问远程 Oracle 数据库。使用 Oracle Sql Developer 工具我能够连接数据库。但是当我为 Oracle 使用 ADO.NET 模型和 Devart dotconnect 时,它给我错误,服务器没有在指定的超时间隔内响应。

enter image description here

有人遇到过这个问题吗?

更新:我将超时从默认的 15 秒增加到 60 秒。现在我收到错误:

ORA-12154: TNS:could not resolve the connect identifier specified

最佳答案

第一个问题很常见,服务器没有在定义的时间内响应,增加连接时间应该可以解决问题。为此只需附加;连接超时 = 60; (此处时间以秒为单位)到您的连接字符串。

第 2 次更新后,Tns 似乎未正确解析:您可以检查:

  1. 执行 tnsping(tns ora 文件中的数据库名称)。看到你不应该得到任何错误,连接应该没问题。

  2. 如果问题仍然存在,请检查注册表中的 oracle home 路径是否正确,以防您有多个客户端。

关于c# - Entity Framework : Server did not respond within the specified time out interval,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31070004/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com