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?

1
  • Did you check for ODBC drivers? Commented Jun 16, 2016 at 22:29

2 Answers 2

6

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

Sign up to request clarification or add additional context in comments.

2 Comments

Oh. I don't need to target .NET standard?
No. You would target net451 instead of dnx451.
0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.