Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试使用 ODP.NET 12 从 VS2012 连接到 Oracle 9.2 时,我收到以下消息:
ORA-03134: 不再支持与此服务器版本的连接
我已经安装了 ODP.NET 11,但我得到了同样的错误,尽管与 Toad 的连接是有效的。
有任何想法吗?
我解决了这个问题,卸载了 ODP.NET 版本 12,因为版本 12 不支持 Oracle 9.2 数据库。
ODP.NET 版本 11 适用于版本 9.2 及更高版本。