I am using Entity framework 6.1 version and oracle 11. I am new to entity framework. Can anyone please suggest what are the prerequisites for connecting with oracle. any changes are required in the web.config. In web.config,default it is connecting with sql,how can i change it to use Oracle instead of sql.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I have a sample project with EF 6 and oracle 11g which only uses nuget packages:
https://github.com/ovidiubuligan/EntityFramework_Oracle_sample
The most important parts are App.config and packages.config.
If you look in App.config you will see that it will use the connection string :
connectionString="Data Source=(DESCRIPTION=(ADDRESS_LIST=...
instead of a tns file http://www.orafaq.com/wiki/Tnsnames.ora . I find it more confortable.