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 服务器一起使用吗?
基础教程推荐
- CHECKSUM 和 CHECKSUM_AGG:算法是什么? 2021-01-01
- 使用 VBS 和注册表来确定安装了哪个版本和 32 位 2021-01-01
- MySQL根据从其他列分组的值,对两列之间的值进行求和 2022-01-01
- ORA-01830:日期格式图片在转换整个输入字符串之前结束/选择日期查询的总和 2021-01-01
- 如何在 CakePHP 3 中实现 INSERT ON DUPLICATE KEY UPDATE aka upsert? 2021-01-01
- MySQL 5.7参照时间戳生成日期列 2022-01-01
- while 在触发器内循环以遍历 sql 中表的所有列 2022-01-01
- 带更新的 sqlite CTE 2022-01-01
- 带有WHERE子句的LAG()函数 2022-01-01
- 从字符串 TSQL 中获取数字 2021-01-01
