Is ODP.NET required for Oracle 11g Client?

后端 未结 6 2281
-上瘾入骨i
-上瘾入骨i 2020-12-16 21:26

I may be asking the wrong question here, I\'m willing to change it if so.

I have a project that is using the Microsoft.NET Oracle provider (our plan is to change to

6条回答
  •  爱一瞬间的悲伤
    2020-12-16 22:11

    I have had an issue which could relate to what you are seeing.

    I initially had the just the Oracle 10g client installed on my machine and the .Net Oracle.DataAccess component version number was 10.2.0.100 - this was for .Net runtime v1.0.3705

    I installed ODP.Net and the Oracle.DataAccess component version is now v2.102.2.20 and runs on .Net runtime v2.0.50727 - I cant find the reference as to why Oracle did this - it was something to do with bringing version numbers in line with the runtime version

    It took me a day to work this out. We dont use the 11g client yet and I havent used the 8i client for ages so I dont know what the version numbers would be for those clients, but I'd check it if I were you what.

    In short, Oracle back-tracked the component version numbers which could be making your 11g component appear out-of-date as opposed to Oracle 8i components

提交回复
热议问题