Is there any way to create 100% the Oracle11g database using EF Code First? And how to trace the Oracle query in SaveChanges?
-
EF 4.2 and Oracle But seems not to be 100% supported by Oracle.juanvan– juanvan2014-01-31 13:16:31 +00:00Commented Jan 31, 2014 at 13:16
-
any final solution with full source code sample working about it ?Kiquenet– Kiquenet2014-02-11 11:26:52 +00:00Commented Feb 11, 2014 at 11:26
Add a comment
|
3 Answers
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
Comments
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