I am writing a web service under the ASP.NET MVC Framework that should work with Oracle DBMS. Oracle Developer Tools for Visual Studio 2017 is installed. Problem: VS doesn’t see oracle at an emphasis if you run Tools - Connect to the database - an Oracle database crashes.

DBMS - Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production. (I tried to establish a connection through the entity framework, connected all the necessary libraries, also in vain: when trying to create a model of ADO.NET EDM, VS suggests using MS SQL Server as a data source, Oracle is not listed) enter image description here

  • Install the oracle client, once requested. - 0xdb
  • oracle client installed - MrLebovsky
  • bit rate client? - 4per
  • SQL * Plus: Release 11.2.0.2.0 Production TNS Ping Utility for 64-bit Windows: Version 11.2.0.2.0 - MrLebovsky
  • KMK, SQL * Plus - command interpreter for the DBMS (server); oracle client is just a set of additional files (DLL, etc.) needed by your application to access the database. Client installation - download Orakl client files from the site (they want registration = (), unpack into the folder with the executable application / project. PS: not the answer, because I myself have never written under the ASP.NET MVC Framework, maybe here its own kitchen . - Alias

0