问题
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