I'm trying to connect to an Oracle database from my Azure .NET web app. The objective is to not have to install the Oracle client on the Azure Web App.
I've tried the few options out there but nothing seems to work. Any suggestions?
Currently I'm receiving the following error:
System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.