Oracle.ManagedDataAccess for .Net 3.5
1 answer
A fully managed driver that uses a namespace Oracle.ManagedDataAccess
is only available for .NET 4.0, as can be read in the Oracle documentation .
If you need to support .NET 3.5, you either need to use an unmanaged driver ( Oracle.DataAccess
namespace) or a third party driver such as dotConnect for Oracle .
+3
source to share