Is it ok to use oracle 11g client with a 10g server?(可以将 oracle 11g 客户端与 10g 服务器一起使用吗?)
问题描述
我正在创建一个使用 odp.net 的 .NET 程序,特别是 11g 版本.我们的 oracle 服务器运行的是 10g.我在开发过程中为时已晚,无法进行更改.我会遇到麻烦吗?您有在 10g 服务器上运行 11g 客户端的经验吗?
I am creating a .NET program that uses odp.net, specifically the 11g version. Our oracle server is running 10g. I am too late in the development process to make a change. Am I heading for trouble? Have you had any experience running 11g client against a 10g server?
推荐答案
您可以将 odp.net 11 与 Oracle 服务器 9、10 和 11 一起使用.是的,我已经尝试了所有这些组合.
You can use odp.net 11 with Oracle server 9, 10 and 11. And yes I have tried all those combinations.
例如,您可以使用 odp.net 11 来从 Oracle 服务器 9、10 和 11 检索地理信息(数据类型=mdsys.sdo_geometry).我使用此示例是因为已将选择 mdsys.sdo_geometry 数据的可能性添加到odp.net 11.
You can use for example odp.net 11 for retrieving geographical information (datatype=mdsys.sdo_geometry) from the Oracle server 9, 10 and 11. I use this example beacuse the possibility to select mdsys.sdo_geometry data has been added to odp.net 11.
这篇关于可以将 oracle 11g 客户端与 10g 服务器一起使用吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:可以将 oracle 11g 客户端与 10g 服务器一起使用吗?


基础教程推荐
- SQL Server 2016更改对象所有者 2022-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- Sql Server 字符串到日期的转换 2021-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01