我们的 Intranet 站点在夜间停止工作。对错误日志的简短查看向我展示了
EntityCommandExecutionException - An error occurred while executing the command
除了内部异常
Devart.Data.Oracle.OracleException - {"ORA-00904: \"MONTH\": invalid identifier"}
在使用 LINQ 进行选择期间发生异常。where 语句只是将DateTime
'Month
和Year
与某个整数进行比较。
oracle 表本身只有 4 列 ( number:id PRIMARY KEY, varchar2:text, number:sum, date: creationdate
)。
我可以使用新的 devart 模型和 ADO.NET 实体模型以及针对同一数据库在本地重现问题。
环境:
- Devart dotConnect for oracle 6.10.96.0