Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use code first migration with Oracle and entity framework ?

User_XWOGDMar 23 2021

We have some issue when we run application. We use code-first so when we connect Oracle database and run to application then we have exception. i.e.

Automatic migrations that affect the location of the migrations history system table (such as default schema changes) are not supported.
Please use code-based migrations for operations that affect the location of the migrations history system table.

Oracle Version : Oracle Database 18c Express Edition Release 18.0.0.0.0
So, we want some solution how to resolve this error and use code-first with Oracle database with entity framework.
Thanks!

Comments
Post Details
Added on Mar 23 2021
1 comment
258 views