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!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
Hello
I want to connect to a database(Oracle 10g) for generating ADO.NET model, Code First From Database. I have installed ODAC for VS but there is still no option for connecting Oracle DB at the Entity Data Model Wizard:
At Server Explorer there is a Oracle provider
I've also tried to install the following 4 Nuget packages but still no Oracle provider at Entity Data Model Wizard:
More info: https://stackoverflow.com/questions/45950351/how-to-add-oracle-provider-in-vs2017-for-entity-framework
I follow this guide:
https://stackoverflow.com/questions/46061839/how-add-oracle-as-provider-for-entity-data-model-wizard
https://csharp.today/entity-framework-6-database-first-with-oracle/
And install this:
Oracle Developer Tools for Visual Studio 2017 MSI Installer
64-bit Oracle Data Access Components (ODAC) for Windows (64-bit ODAC 12.2c Release 1 (12.2.0.1.0) for Windows x64)
Thanks