简体   繁体   English

19C升级+框架4.6.2

[英]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.我有两个在 C# .NET 框架 4.6.2 中开发的应用程序,它们攻击 Oracle 10g 数据库,现在计划将数据库升级到 Oracle 19c。 One of the applications is a web application and the other is a desktop application.其中一个应用程序是 Web 应用程序,另一个是桌面应用程序。 At this moment I am using Oracle.DataAccess.dll and it is working properly.此时我正在使用 Oracle.DataAccess.dll 并且它工作正常。 Will my applications keep working properly after the upgrade or should I recompile my applications with another dll?升级后我的应用程序会继续正常工作还是应该使用另一个 dll 重新编译我的应用程序? Or what other configurations required for C# application?或者 C# 应用程序还需要哪些其他配置?

What version of Oracle.DataAccess are you using?您使用的是什么版本的 Oracle.DataAccess? The answer depends on it.答案取决于它。 Are you getting the ODP.NET driver via NuGet?您是否通过 NuGet 获取 ODP.NET 驱动程序?

In theory a 11.2.0.3 client should be able to connect to a 19 database.理论上 11.2.0.3 客户端应该能够连接到 19 数据库。

Personally, I would ensure that the client driver is at least of version 12.2.就个人而言,我会确保客户端驱动程序至少为 12.2 版。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么将 Oracle DB 从 11g 升级到 19c 后 OracleConnection.Open() 的实例会抛出错误? - Why the Instance of OracleConnection.Open() throws an error after upgrading the Oracle DB from 11g to 19c? 使用 C# 和 .NET Framework 4.6.2 从 Telnet 服务器发送和接收消息 - Send and receive message from a Telnet server using C# and .NET Framework 4.6.2 .NET CORE 6 中的 Visual Studio C# App 版本(用于在 .Net Framework 4.6.2 中执行) - Visual Studio C# App Version in .NET CORE 6 (used to do in in .Net Framework 4.6.2) 这是 C# .NET 4.6.2 中的有效语法吗 - Is this a valid syntax in C# .NET 4.6.2 从.Net Framework 4.6.2到.Net Core 1.1的HttpClient不一致 - HttpClient inconsistency from .Net Framework 4.6.2 to .Net Core 1.1 更新 .Net Framework 版本(4.6.2 到 4.7.2)后无法评估 GetPathsOfAllDirectoriesAbove() - GetPathsOfAllDirectoriesAbove() cannot be evaluated after updating .Net Framework version (4.6.2 to 4.7.2) 最新的 Autofac 版本不支持 .Net Framework 4.6.2 - Latest Autofac version Doesn't support .Net Framework 4.6.2 将EnterpriseLibrary v5迁移到v6,并将.Net framework 3.5迁移到4.6.2 - Migrate EnterpriseLibrary v5 to v6 and .Net framework 3.5 to 4.6.2 ASP.NET 框架 4.6.2 SignalR 和 Redis 背板未连接 - ASP.NET Framework 4.6.2 SignalR and Redis backplane not connecting 使用.Net Framework 4.6.2在PC上运行.Net Standard 2.0应用程序 - Running a .Net Standard 2.0 Application on a PC with .Net Framework 4.6.2
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM