barruda
barruda

Reputation: 150

Bool types in Entity Framework+Oracle

I have an application with a tier domain containing boolean types in the models. The current database is SQL Server 2012, but I need to migrate to Oracle 11g.

Oracle doesn't accept boolean types, however, so what is the best low impact migration option?

Thanks.

Upvotes: 1

Views: 173

Answers (1)

dev_feed
dev_feed

Reputation: 719

Oracle offers support for migrating from third parties to an Oracle database.

Upvotes: 1

Related Questions