1

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

2
  • EF 4.2 and Oracle But seems not to be 100% supported by Oracle. Commented Jan 31, 2014 at 13:16
  • any final solution with full source code sample working about it ? Commented Feb 11, 2014 at 11:26

3 Answers 3

2

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

Sign up to request clarification or add additional context in comments.

Comments

1

Try oracle odac 12c release 3, but only support EF6 code first.

Comments

1

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.