Visual Studio 2017 oracle未在EF数据源中显示

时间:2018-01-19 12:25:25

标签: entity-framework visual-studio-2017 odp.net odac

创建Ado.Net数据模型实体框架数据库时,未显示Oracle数据库第一个选择新连接

我为vs 2017设置了odac和Oracle开发人员工具。 还添加了来自nuget的oracle托管数据访问实体框架引用。 有谁知道vs 2017的解决方案? 屏幕截图谢谢。

2 个答案:

答案 0 :(得分:1)

首先从Oracle官方网站安装适用于Visual Studio 2017的Oracle开发人员工具。

http://www.oracle.com/technetwork/developer-tools/visual-studio/downloads/index.html

安装Visual Studio 2017的Oracle Developer Tools - MSI Installer后,请通过Visual Studio 2017中的Server Explorer窗口连接到Oracle。

然后请选择Oracle数据库和ODP.NET,托管驱动程序。

enter image description here

来源:https://social.msdn.microsoft.com/Forums/windows/en-US/a44a142f-1a16-4eac-9005-26eee320132d/how-to-connect-oracle-11g-database-using-visual-studio-2017?forum=visualstudiogeneral

答案 1 :(得分:0)

我必须安装ODP.NET才能让它工作。请参阅Oracle的此文档:

http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html