"ORA-00933: SQL command not properly ended" in .net core 6 Api

227 Views Asked by At

Hello I'm trying to run the below query in.net core 6 and oracle DB but an exception throw ORA-00933: SQL command not properly ended error

_entity.atms.Where(p => p.Atmid == atmId).FirstOrDefault();

Please help

0

There are 0 best solutions below