Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ORA-00936: missing expression" error when using latest Oracle.EntityFrameworkCore 9.23.60 and .net 9.0.1 #438

Open
tegrit-joe-trupiano opened this issue Jan 23, 2025 · 3 comments
Labels

Comments

@tegrit-joe-trupiano
Copy link

Does not work on.
Oracle.EntityFrameworkCore 9.23.60
.NET 9.0.1

Worked on.
Oracle.EntityFrameworkCore 8.23.60
.NET 8.0.11

This query worked before moving to latest Oracle.ManagedDataAccess.Client and .net9.

Query in question from Debug view

Image

Code used the generate query

Image

Trace files set to TraceLevel = 7

APPLICATION.EXE_PID_32892_DATE_2025_01_23_TIME_14_16_44_560915.txt

@alexkeh
Copy link
Member

alexkeh commented Jan 23, 2025

Can you share the SQL generated during the Oracle EF Core 8.23.60 run?

What is the difference between the two SELECT statements in Oracle EF Core 9 and 8?

@tegrit-joe-trupiano
Copy link
Author

tegrit-joe-trupiano commented Jan 24, 2025

Image

Can you share the SQL generated during the Oracle EF Core 8.23.60 run?

What is the difference between the two SELECT statements in Oracle EF Core 9 and 8?

Before .net 9

Image

After .net 9

Image

@alexkeh alexkeh added the bug label Jan 24, 2025
@alexkeh
Copy link
Member

alexkeh commented Jan 24, 2025

I filed bug 37518067 to have the Oracle EF Core dev team look into this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants