I have been using Sql Server with EF Core and I was able to do something like this ctx.Database.ExecuteSqlRaw("SET IDENTITY_INSERT Persons ON"); to explicitly set entity id during insert. I was using it for my tests.
Now I am working with Oracle database with devart provider and I dont know how to do the same thing. Is there a way to do this with Oracle?