ORA-00918 with Take() on EFCore

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
seb1487
Posts: 23
Joined: Fri 24 Jun 2016 10:27

ORA-00918 with Take() on EFCore

Post by seb1487 » Mon 26 Sep 2016 11:07

Hi Shalex,
dotConnect throws an ORA-00918 error by Queries with Take().
Testet Oracle Versions:
Oracle 10: works
Oracle 12: throws error

EfCore Query:

Code: Select all

dbContext.Class1.Include(o => o.Class2).Take(15).ToList();
Democode can be downloaded here.

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

Re: ORA-00918 with Take() on EFCore

Post by Shalex » Tue 27 Sep 2016 08:32

Thank you for your report. We have reproduced the issue and are investigating it. We will notify you about the result.

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

Re: ORA-00918 with Take() on EFCore

Post by Shalex » Thu 06 Oct 2016 16:16

The bug with throwing ORA-00918 by .Include() and .Take() in EF Core when working with Oracle 12c is fixed: viewtopic.php?f=1&t=34384.

Post Reply