sada
sada

Reputation: 693

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.

Upvotes: 7

Views: 1326

Answers (1)

Mark Keetley
Mark Keetley

Reputation: 11

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.

Upvotes: 1

Related Questions