dotConnect for Oracle 8.1.36 and EF6.0.1 Using Oracle 11G

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
calste
Posts: 2
Joined: Fri 26 Oct 2012 17:39

dotConnect for Oracle 8.1.36 and EF6.0.1 Using Oracle 11G

Post by calste » Fri 06 Dec 2013 14:52

I'm trying to upgrade our project to use EF6, and dotConnect for Oracle 8.1. Our Oracle Server is 11G. With this setup, dbMonitor shows that a 12C query is generated when using a FirstOrDefault linq query against the Entity. Is there a configuration setting that I'm missing somewhere to force 11G compatible queries?

Thanks,
Stephen

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: dotConnect for Oracle 8.1.36 and EF6.0.1 Using Oracle 11G

Post by Shalex » Mon 09 Dec 2013 09:36


calste
Posts: 2
Joined: Fri 26 Oct 2012 17:39

Re: dotConnect for Oracle 8.1.36 and EF6.0.1 Using Oracle 11G

Post by calste » Mon 09 Dec 2013 13:33

Yes! Thanks for pointing me in the right direction. That's exactly what I needed.

Thanks again,
Stephen

Post Reply