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
dotConnect for Oracle 8.1.36 and EF6.0.1 Using Oracle 11G
Re: dotConnect for Oracle 8.1.36 and EF6.0.1 Using Oracle 11G
Please refer to http://forums.devart.com/viewtopic.php?f=1&t=28374. Does this help?
Re: dotConnect for Oracle 8.1.36 and EF6.0.1 Using Oracle 11G
Yes! Thanks for pointing me in the right direction. That's exactly what I needed.
Thanks again,
Stephen
Thanks again,
Stephen