I have an existing project that is using Oracle.DataAccess to connect to Oracle. I want to migrate to the Oracle.ManagedDataAccess NuGet package. Can we connect to Oracle DB in C# without installing Oracle client?
I want to be able to connect to Oracle DB without installation of Oracle client.
New contributor