简体   繁体   English

Oracle ManagedDataAccess 4.122.1.0 可以连接到 Oracle 服务器 19c 吗?

[英]Can Oracle ManagedDataAccess 4.122.1.0 connect to Oracle server 19c?

We have a .NET MVC 5 application and several APIs using the Oracle ManagedDataAccess driver (version 4.122.1.0) to connect to a 12c Oracle server (version 12.1.0.2.0).我们有一个 .NET MVC 5 应用程序和几个 API,使用 Oracle ManagedDataAccess 驱动程序(版本 4.122.1.0)连接到 12c Oracle 服务器(版本 12.1.0.2.0)。 We are about to upgrade to 19c.我们即将升级到 19c。 Will this version of the Oracle ManagedDataAccess driver connect to 19c or do I need to re-publish all of these apps with a newer driver?此版本的 Oracle ManagedDataAccess 驱动程序是否会连接到 19c,或者我是否需要使用更新的驱动程序重新发布所有这些应用程序?

See System Requirements请参阅系统要求

Oracle Data Provider for .NET, Managed Driver requires the following: Oracle .NET 的数据提供程序,托管驱动程序需要以下内容:

  • Same Windows operating system support as ODP.NET, Unmanaged Driver.与 ODP.NET、Unmanaged Driver 相同的 Windows 操作系统支持。

    ODP.NET, Managed Driver is built with AnyCPU. ODP.NET,托管驱动程序是用 AnyCPU 构建的。 It runs on either 32-bit or 64-bit (x64) Windows and on either 32-bit or 64-bit (x64) .NET Framework.它在 32 位或 64 位 (x64) Windows 以及 32 位或 64 位 (x64) .NET 框架上运行。

  • Microsoft .NET Framework 4.5.2, 4.6.x, or 4.7.x. Microsoft .NET 框架 4.5.2、4.6.x 或 4.7.x。

  • Access to Oracle Database 11g Release 2 or later访问Oracle 数据库 11g 第 2 版或更高版本

So, no problem.所以,没问题。

暂无
暂无

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

相关问题 ora-28040 从 Oracle 客户端 12C 到 Oracle 数据库 19c 没有匹配的身份验证协议 - ora-28040 no matching authentication protocol from Oracle client 12C to Oracle Database 19c Oracle.ManagedDataAccess: TNS: 无法解析指定的连接标识符 - Oracle.ManagedDataAccess: TNS:could not resolve the connect identifier specified 我收到 ORA-12154“TNS:无法解析指定的连接标识符”。 Oracle.ManagedDataAccess.Client 的问题 - I am getting ORA-12154 “TNS: couldn't resolve the connect identifier specified”. Issue with Oracle.ManagedDataAccess.Client Oracle.ManagedDataAccess系统找不到指定的文件 - Oracle.ManagedDataAccess The system cannot find the file specified 无法从Web服务连接到Oracle DB - Can't connect to Oracle DB from webservice 使用Oracle.ManagedDataAccess.Client调用Oracle存储过程时,参数顺序不正确 - Parameter order is incorrect when calling Oracle stored procedures using Oracle.ManagedDataAccess.Client oracle.dataaccess.dll 与 oracle.manageddataaccess.dll 有什么区别,托管 dll 相对于数据访问 dll 的优势是什么 - What is the difference between oracle.dataaccess.dll vs oracle.manageddataaccess.dll and what are the advantages of managed dll over data access dll 使用 Oracle.ManagedDataAccess.Client 的当前上下文中不存在名称“ParameterDirection”; - The name 'ParameterDirection' does not exist in the current context using Oracle.ManagedDataAccess.Client; 如何从 C# 连接到旧版本的 Oracle (Oracle 9i)? - How to connect to an old version of Oracle (Oracle 9i) from C#? 错误 500.19 无法读取配置节“oracle.manageddataaccess.client”,因为它缺少节声明 - Error 500.19 The configuration section 'oracle.manageddataaccess.client' cannot be read because it is missing a section declaration
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM