作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
打开 Oracle 连接时,我在输出窗口中看到一些异常。
Exception occurred: "OracleInternal.NotificationServices.ONSException" in Oracle.ManagedDataAccess.dll
我将 Oracle Management Driver 更新到最新版本,但仍然可以。
我没有在机器上配置任何负载平衡或 ONS 服务。跟踪日志显示以下异常:
2019-09-10 10:47:12.500352 TID:5 (PRI) (SVC) (ERR) OracleONSNotificationManager.RegisterForNotification() (txnid=n/a) OracleInternal.NotificationServices.ONSException: ONS: No node lists were configured
bei OracleInternal.NotificationServices.ONS..ctor(String config)
bei OracleInternal.ServiceObjects.OracleONSNotificationManager.RegisterForNotification(String serviceName, String databaseName, Int32 timeout, String eventTypeFromDb, String onsConfigFromDb)
当我这样打开连接时会抛出错误:
Connection = new OracleConnection(cnString + $";Password={passwordDecryptedSecureString.SecureStringToString()}");
Connection.OpenAsync();
有人遇到同样的问题吗?或者可能有解决方案?
最好的问候
最佳答案
要消除异常,您需要明确关闭 HA 和负载平衡。添加 ;HA EVENTS=false;LOAD BALANCING=false
到您的连接字符串。
关于c# - ONSException 异常 - 没有配置节点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57870036/
打开 Oracle 连接时,我在输出窗口中看到一些异常。 Exception occurred: "OracleInternal.NotificationServices.ONSException"
我们使用“Oracle.ManagedDataAccess”ODP.NET 驱动程序来访问 Oracle 的数据库。 使用连接字符串连接数据库时: Data Source=(DESCRIPTION=(
我是一名优秀的程序员,十分优秀!