简体   繁体   中英

19C upgrade + framework 4.6.2

I have two applications developed in C# .NET framework 4.6.2 that attacks against an Oracle 10g Database, now planning to upgrade the database to an Oracle 19c. One of the applications is a web application and the other is a desktop application. At this moment I am using Oracle.DataAccess.dll and it is working properly. Will my applications keep working properly after the upgrade or should I recompile my applications with another dll? Or what other configurations required for C# application?

What version of Oracle.DataAccess are you using? The answer depends on it. Are you getting the ODP.NET driver via NuGet?

In theory a 11.2.0.3 client should be able to connect to a 19 database.

Personally, I would ensure that the client driver is at least of version 12.2.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM