.Net 6 client for older oracle database #245
-
I have been tasked with a requirement to connect to an older oracle database server. It could possible be 10g, I am waiting on confirmation. What version of the Oracle ODP.Net client supports interaction with 10g while supporting .Net 6? |
Beta Was this translation helpful? Give feedback.
Answered by
alexkeh
Jul 8, 2022
Replies: 1 comment 1 reply
-
10g has been out of support for about 9 years now. There is no official ODP.NET support for .NET 6 and and DB 10g. That's not to say that ODP.NET 21c doesn't work with DB 10g. We just haven't tested it since it's not officially supported anymore. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alexkeh
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
10g has been out of support for about 9 years now. There is no official ODP.NET support for .NET 6 and and DB 10g. That's not to say that ODP.NET 21c doesn't work with DB 10g. We just haven't tested it since it's not officially supported anymore.