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 服务器一起使用吗?
基础教程推荐
- 无法解决整理冲突 2021-01-01
- SQL 效率:WHERE IN 子查询 vs. JOIN 然后 GROUP 2021-01-01
- SQL:使用来自具有相同列名的两个表中的数据... 2021-01-01
- 是否可以执行按位分组功能? 2021-01-01
- 需要 MySQL 5.1 中的抽象触发器来更新审计日志 2021-01-01
- SQL Server 实例在登录协商期间返回无效或不受支持的协议版本 2021-01-01
- 如何使用 mysql.connector 禁用查询缓存 2022-01-01
- 将 SQL Server DateTime 列迁移到 DateTimeOffset 2021-01-01
- 在 SQL 中连接多个表 2021-01-01
- SSMS 中的权限问题:“对象 'extended_properties'、数据库 'mssqlsystem_resource'、... 错误 229)上的 SELECT 权限被拒绝" 2022-01-01
