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?