ORA 03134 error connecting ODP.NET 12 (VS2012) to Oracle database 11

自闭症网瘾萝莉.ら 提交于 2019-12-24 01:44:47

问题


When trying to connect to Oracle 9.2 from VS2012 using ODP.NET 12, I have got this message:

ORA-03134: Connections to this server version are no longer supported

I have installed ODP.NET 11 and I got the same error, although connecting with Toad is working.

Any ideas?


回答1:


I solved the issue, uninstalling version 12 of ODP.NET, as version 12 is not supporting Oracle 9.2 databases.

ODP.NET version 11 works with version 9.2 and above.



来源:https://stackoverflow.com/questions/19688485/ora-03134-error-connecting-odp-net-12-vs2012-to-oracle-database-11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!