7

Back in ASP.NET core RC1, the full .NET 4.5 framework was supported, and I have been using Oracle Managed Client to connect to Oracle Databases.

In RC2, and RTM, the full .NET framework is not supported, and instead only .NET standard is. This means that the Oracle Client is no longer compatible with .NET Core.

Are there any alternative options in connecting to Oracle databases?

painiyff
  • 2,519
  • 6
  • 21
  • 29

2 Answers2

6

The full .NET Framework is supported in RC2 and beyond.

Pawel
  • 31,342
  • 4
  • 73
  • 104
0

Oracle has now published an official Data Provider for .NET Core on nuget.

Rémi Gaudin
  • 414
  • 10
  • 14