Entity Framework: "OUTER APPLY is not supported by Oracle"

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
TroelsLarsen
Posts: 14
Joined: Thu 07 Aug 2008 09:42

Entity Framework: "OUTER APPLY is not supported by Oracle"

Post by TroelsLarsen » Thu 11 Dec 2008 14:28

When I try to .Include a particular table in my query, I get an "OUTER APPLY is not supported by Oracle" error on runtime.

How can I learn more about what's causing it? Is the problem with the entity framework, or is there support missing from dotConnect?

Does the entity framework generate the OUTER APPLY, or does dotConnect?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 12 Dec 2008 07:59

The similar problem was discussed in this post:
http://www.devart.com/forums/viewtopic.php?t=13258
Nothing had changed, we cannot affect the generated expression tree.
Sorry for the inconvenience.

TroelsLarsen
Posts: 14
Joined: Thu 07 Aug 2008 09:42

Post by TroelsLarsen » Fri 12 Dec 2008 08:18

Thanks - and weird (of the EF team) that they decided to use OUTER APPLY at all, all things considered.

Sorry that I didn't see the other post, I only searched the Oracle forums.

Post Reply