OracleException ORA-00923: FROM keyword not found where expected

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Velu
Posts: 20
Joined: Wed 02 Aug 2017 14:01

OracleException ORA-00923: FROM keyword not found where expected

Post by Velu » Mon 25 Jun 2018 10:09

HI,

We implemented Devart 9.6.540 drivers for entity framework 2.1.1 and we got the following error.

Devart.Data.Oracle.OracleException (0x80004005): ORA-00923: FROM keyword not found where expected

We found that keyword user is present in Oracle query.

Sample project sent to : [email protected]

Thanks.

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

Re: OracleException ORA-00923: FROM keyword not found where expected

Post by Shalex » Thu 28 Jun 2018 16:54

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: OracleException ORA-00923: FROM keyword not found where expected

Post by Shalex » Fri 10 Aug 2018 12:41

The bug with using ORDER BY to sort by constant or parameter instead of column in EF Core is fixed: viewtopic.php?f=1&t=37559.

Post Reply