Oracle ODP.Net With Entity Framework 6 – Entity framework database compatible provider could not be found

I finally was able to to use ODP with EF6. I did the following to make it work :- First Installing ODAC 12c Release 3 which includes support for Entity Framework 6 Code First and Code First Migrations; NuGet, .NET Framework 4.5.2; and ODP.NET, Managed Driver XML DB. As per http://www.oracle.com/technetwork/topics/dotnet/whatsnew/index.html Adding two references , … Read more