Top "Oracle-manageddataaccess" questions

The Oracle.

How to properly close ODP.net connection : dispose() or close()?

this is my powershell code : [void][System.Reflection.Assembly]::LoadFile("C:\DLL\Oracle.ManagedDataAccess.dll") $OracleConnexion = New-Object Oracle.ManagedDataAccess.Client.…

c# powershell powershell-3.0 odp.net oracle-manageddataaccess
How to Add/Activate "Oracle.ManagedDataAccess.Client" in the EF 6 provider config file?

I am learning to make ASP.Net MVC Web application using VS2013 following these video series. When I got the …

c# asp.net-mvc entity-framework odp.net oracle-manageddataaccess
Table Does Not Exist while using EF 6 and Oracle.ManagedDataAccess

I am creating a MVC application using EF 6.0.0.0 and ODP.Net Oracle.ManagedDataAccess version 4.121.2.0 for the data access. In my …

c# asp.net-mvc oracle entity-framework oracle-manageddataaccess
How to resolve this "PLS-00306: wrong number or types of arguments in call..."

I've been struggling with a call to an Oracle database for over a day now. I have no access to …

c# oracle oracle-manageddataaccess
Calling Oracle stored procedure using Entity Framework with output parameter?

I have a simple Oracle stored procedure that gets three parameters passed in, and has one output parameter: CREATE OR …

c# oracle entity-framework entity-framework-6 oracle-manageddataaccess