This code is giving the following exception: _context.User.FirstOrDefault(p => p.Id == 3) exception: "ORA-00933: SQL command not properly ended" When I use .ToList() work normaly