Is there any way to create 100% the Oracle11g database using EF Code First? And how to trace the Oracle query in SaveChanges?
相关问题
- Entity Framework Code First Migration
- Entity Framework throws exception - Network Relate
- How to Specify a Compound key in Entity Framework
- Slow loading first page - ASP.NET MVC
- System.Data.OracleClient not working with 64 bit O
相关文章
-
EF6 DbSet
returns null in Moq - Entity Framework 4.3.1 failing to create (/open) a
- EF6 code first: How to load DbCompiledModel from E
- Why do I need a ToList() to avoid disposed context
- Code-First Add-Migration keeps adding the same col
- Visual Studio Hangs on Loading UI Library
- EF Codefirst validate unique property?
- EF Core 'another instance is already being tra
You can use third party to have a code first solution with oracle and ef 6 one of this providers is DevArt you can read more about the support here Ef6 in devart
And about the log you can enable log in ef6 as is explained here http://msdn.microsoft.com/pt-br/data/dn469464
Try oracle odac 12c release 3, but only support EF6 code first.
I know its 2015 and you are looking for 11g . But its now available on 11g if still interested .
Try this link which belong to official oracle documentation for code first but on 12g onwards