I am facing an issue with Entity Framework Core (Oracle.EntityFrameworkCore 2.19.30 and 2.19.50, .Net Core 2.2, VS 2017) when the query is generated to pl/sql it is not creating an alias to differentiate between same columns from different tables. Because of that I am getting an error from Oracle "ORA-00918: column ambiguously defined".
Please could you work to fix this bug?