ORA-00918 with Take() on EFCore
Posted: 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:
Democode can be downloaded here.
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();