Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

I have this error when trying to retrieve data from Oracle 11

User_PAOH6Aug 2 2022

OracleException: The provider is not compatible with the version of Oracle client
My solution is in .net framework 4.7.2. I use Oracle.DataAccess.dll version 2.102.2.20.
Thanks
image.png

Comments

Alex Keh-Oracle

The ODP.NET version you are using is 10.2 and designed for .NET FW 2.x or 3.x.
If you can migrate to the latest Oracle.ManagedDataAccess on NuGet Gallery. The latest version is backwards compatible with Oracle DB 11.2.
https://www.nuget.org/packages/Oracle.ManagedDataAccess

1 - 1

Post Details

Added on Aug 2 2022
1 comment
173 views