9

Is there any possibility of using EF Code First for Oracle DB.

Even though the DB generation is absent is there a way to the use the EF fluent API with Oracle DB.

1
  • Can I use EF Code First using ODP.NET ? ODAC 12c not supports EF Code First. Commented Feb 11, 2014 at 11:14

1 Answer 1

5

Yes, actually we are using right now in a new project, but we had a lot of problems, some of them are not fixed yet.

Take a look at this:

Oracle ODP.Net and EF CodeFirst - edm.decimal error

and this:

Oracle ODP.Net and EF CodeFirst - SaveChanges Error

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

3 Comments

Can I use EF Code First using ODP.NET ? ODAC 12c not supports EF Code First.
Yes, you can. We actually used it successfully in a project right now in production.
Alex Keh from Oracle, says ODAC 12c NOT suuport EF CODE FIRST. Any full code source sample about it ?

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.