Within the SELECT statement, there are two nested SELECTs. The generated SQL will encounter a ORA-00904 : "invalid identifier" error with Oracle Database 11.2 since it has a restriction where it does not recognize outer select table alias "i" in the inner nested select query. #20990
EF Core version:
Database provider:Microsoft.EntityFrameworkCore.Oracle
Oracle.ManagedDataAccess.Core (2.19.70)
Oracle.EntityFrameworkCore(2.19.70)
Target framework: NET Core 2.2
Operating system:windows 2012 R2 stand
IDE: e.g. Visual Studio 2019 16.4.1
Steps to reproduce
C#
Further technical details
EF Core version: Database provider:Microsoft.EntityFrameworkCore.Oracle Oracle.ManagedDataAccess.Core (2.19.70) Oracle.EntityFrameworkCore(2.19.70) Target framework: NET Core 2.2 Operating system:windows 2012 R2 stand IDE: e.g. Visual Studio 2019 16.4.1