I am using Visual Studio 2017 Enterprise (and Pro) (latest update 15.9.4) with Oracle Data Tools (ODT 18.3.0.0) installed. I am trying to connect to an Oracle DB (using ODP.NET Managed Driver) in the Data Connections under Server Explorer but it keeps throwing an Oracle Communication error. I have tried using TNS entry and EZ Connect. But no matter what I do, I cannot connect to the DB. To verify that I can connect to the DB from my machine, I used SQL Developer and was able to connect and see all the DB objects. I also was able to ping the DB using TNSPing.
Here is the error I get:
I tried to change the port number to see if VS can connect to the server at least and it seems that it can. It throws a ORA error as it should, so I suspect there is something else going on here when it tries to connect.
And I know that the DB can connect to VS 2017 since I am able to connect to it from another machine which has all the same tools installed.
Any help would be greatly appreciated!