Using Entity Framework Code First Migrations on multiple Oracle Schemas Using Entity Framework Code First Migrations on multiple Oracle Schemas oracle oracle

Using Entity Framework Code First Migrations on multiple Oracle Schemas


Lots of problems here about it.
Solution :
You need to set to correct Schema.

modelBuilding.HasDefaultSchema(“SchemaName”)

In my case there is no problem to set hardcoded, but on other cases i think the better solution is app.conf/web.config configuration ...