We are using .Net Core
template of ASPNET BoilerPlate
framework. It works fine with SQL Server, but now we need to use Oracle 11g instead. Is it possible? If yes, how can we implement it for our project? Thanks and sorry for my English.
Asked
Active
Viewed 643 times
3

Barbaros Özhan
- 59,113
- 10
- 31
- 55

Hoang Tran
- 886
- 3
- 13
- 32
-
[https://aspnetboilerplate.com/Pages/Documents/EF-Core-Oracle-Integration](https://aspnetboilerplate.com/Pages/Documents/EF-Core-Oracle-Integration) – aaron Feb 23 '19 at 10:21
-
Thank Aaron, is there any way to walk around? Can I use ODP.NET that mentioned here :https://support.aspnetzero.com/QA/Questions/5996 – Hoang Tran Feb 23 '19 at 10:26
-
You can use ODP.NET 18c, as mentioned in your linked question. – aaron Feb 23 '19 at 13:05
-
Aaron, I have tried another solution, could you take a look? Thanks https://stackoverflow.com/questions/54840797/aspnet-boilerplate-use-linked-server-to-oracle-database-issue – Hoang Tran Feb 23 '19 at 13:23
-
All these questions are about EF Core, not ASP.NET Boilerplate. – aaron Feb 23 '19 at 14:17