Reputation: 693
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
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