admin管理员组文章数量:1392050
When using Oracle.ManagedDataAccess
v23.7.0 to connect to a host I am getting an error
ORA-50000: Connection request timed out
When using Oracle.ManagedDataAccess.Core
v23.7.0 to connect to the same host, I am getting this error:
ORA-12545: Connect failed because target host or object does not exist
I am using a connection string shown here:
string connectionString = "Data Source = " +
"(DESCRIPTION=(CONNECT_TIMEOUT=15)(TRANSPORT_CONNECT_TIMEOUT=5)(RETRY_COUNT=3)(ADDRESS_LIST=(LOAD_BALANCE=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=myhost.oraclepany.nl)(PORT=39000)))(CONNECT_DATA=(SERVICE_NAME=TestServiceName)))";
Any ideas why these errors occur?
本文标签:
版权声明:本文标题:c# - Oracle.ManagedDataAccess throws ORA-50000 and Oracle.ManagedDataAccess.Core throws ORA-12545 errors - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744783289a2624844.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论