Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

EF migration to Oracle

Is it possible to migrate EF/NHibernate entities to Oracle database with free provider(No Devart)? I've got this message:

No MigrationSqlGenerator found for provider 'Oracle.DataAccess.Client'. Use the SetSqlGenerator method in the target migrations configuration class to register additional SQL generators.

Thank you in advance.

like image 209
sada Avatar asked Sep 17 '12 11:09

sada


1 Answers

Oracle Developer Tools for Visual Studio 12c release 3 includes the ability to Code First. Its currently a beta 2 release, available here, but seems to work well in most cases. Will be available here when its in final release.

like image 177
Mark Keetley Avatar answered Sep 23 '22 00:09

Mark Keetley