How do I create ASP.NET MVC with oracle DB, and as following step by step can tell you how to deal with this issue.
Step1. Download [ODAC](http://www.oracle.com/technetwork/developer-tools/visual-studio/downloads/index.html) and install it


Step2. Download Oracle Developer Tools for Visual Studio 2015 and install it

Step 2.5: Restart OS
Step3:Configuring a NET Connect Alias. to copy tnsnames.ora to another folder like as below pictures and modify your connection data
C:\app\client\williehao\product\12.1.0\client_1\Network\Admin

HTCE7 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.168.203)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = misutf8)
)
)
Step4: using nuget in Visual Studio to install oracle components as like below picture.

Step5: you can see the ODP.NET in you connection properties

PS: http://www.oracle.com/technetwork/topics/dotnet/tech-info/odac12cr3ds-2390548.pdf