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

2019-07-21 04:22发布

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
2楼-- · 2019-07-21 05:05

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.

查看更多
登录 后发表回答