Page 1 of 1

ORA-00918 with Take() on EFCore

Posted: Mon 26 Sep 2016 11:07
by seb1487
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.

Re: ORA-00918 with Take() on EFCore

Posted: Tue 27 Sep 2016 08:32
by Shalex
Thank you for your report. We have reproduced the issue and are investigating it. We will notify you about the result.

Re: ORA-00918 with Take() on EFCore

Posted: Thu 06 Oct 2016 16:16
by Shalex
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.