Question

Is there any way to create 100% the Oracle11g database using EF Code First? And how to trace the Oracle query in SaveChanges?

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top