(2)C# 创建ef oracle

 //ODP.NET Managed  https://www.oracle.com/database/technologies/appdev/dotnet/odp.html

1.NUGet下载

 2.下载  Oracle Developer Tools for Visual Studio

https://www.oracle.com/technetwork/developer-tools/visual-studio/overview/index.html

https://www.oracle.com/technetwork/topics/dotnet/downloads/index.html

注意:安装时请关闭vs

 

 3

连接类型 

(1)EZ连接

 

 

(2)如果是tns连接,它会默认搜索系统原来自带的tns,因为之前电脑安 oracleClient 并配置了tns,所以直接就搜到了配置连接

暂时没成功....

原文地址:https://www.cnblogs.com/buchizaodian/p/10280873.html