Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Entity Framework code first for Oracle

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.

like image 248
savil Avatar asked Mar 26 '12 12:03

savil


1 Answers

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

like image 163
fcaldera Avatar answered Nov 04 '22 20:11

fcaldera