Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you use Microsoft Entity Framework with Oracle? [closed]

Is it possible to use Microsoft Entity Framework with Oracle database?

like image 293
Xerx Avatar asked Sep 17 '08 12:09

Xerx


People also ask

Why you should not use Entity Framework?

One of the biggest reasons not to use Entity Framework Core is that your application needs the fastest possible data access. Some applications do a lot of heavy data operations with very high-performance demands, but usually business applications don't have that high of a performance demand.

What databases does Entity Framework work with?

EF Core works with many databases, including SQL Database (on-premises and Azure), SQLite, MySQL, PostgreSQL, and Azure Cosmos DB.

Does EF core support Oracle?

Note: Oracle Provider is supported in EF Core 3.1 or earlier versions.


2 Answers

Update:

Oracle now fully supports the Entity Framework. Oracle Data Provider for .NET Release 11.2.0.3 (ODAC 11.2) Release Notes: http://docs.oracle.com/cd/E20434_01/doc/win.112/e23174/whatsnew.htm#BGGJIEIC

More documentation on Linq to Entities and ADO.NET Entity Framework: http://docs.oracle.com/cd/E20434_01/doc/win.112/e23174/featLINQ.htm#CJACEDJG

Note: ODP.NET also supports Entity SQL.

like image 189
Venkat Avatar answered Sep 22 '22 18:09

Venkat


DevArt's OraDirect provider now supports entity framework. See http://devart.com/news/2008/directs475.html

like image 42
Arno Avatar answered Sep 21 '22 18:09

Arno