Top "Odp.net-managed" questions

The Oracle Managed DataAccess Provider is the .Net Native version of ODP.

Oracle.ManagedDataAccess and ORA-01017: invalid username/password; logon denied

I have a challenging situation on one of our servers. I have an ASP.NET MVC 3 application that needs to …

c# oracle12c odp.net-managed ora-01017
Oracle ManagedDataAccess - Connection Request Timed out - Pooling

I'm finally admitting defeat and asking for help. I've done everything I can think of to solve this problem, but …

c# oracle visual-studio-2010 odp.net-managed
ODP.net managed driver throws ORA-12570: Network Session: Unexpected packet read error

In one of our products we retrieve data from the Oracle database using stored procedures using the ODP.net managed …

stored-procedures oracle11g odp.net-managed
Oracle ODP.NET error

I have a VS 2012 Web Project Up. I have ODP.NET installed as we are an Oracle Workshop. I inherited …

odp.net-managed
Set NLS_LANG for oracle managed data access

I have a winforms c# application using Oracle 12c through oracle.manageddataaccess (via NHibernate 4.0), The oracle database is on another …

.net winforms nhibernate oracle12c odp.net-managed
Error when using OracleConnection.Open() ORA-00303: Network Library: Name-Value syntax error ODP.NET managed dll

I am getting this error when i hit the source.Open(); line of code and I cannot figure out why. …

c# .net oracle odp.net-managed
Can the Oracle managed driver use async/await properly?

I was trying to make an Oracle query with the async/await .NET feature. The result set is pretty large …

c# .net oracle async-await odp.net-managed
Connection to Oracle using Oracle.ManagedDataAccess exception

I'm using the Oracle.ManagedDataAccess Nuget Package Version 12.2.1100 in my C# (>.NET 4.0) project. Everything works ok in my localhost …

c# .net oracle odp.net-managed
Problems switching .NET project from unmanaged to managed ODP.NET assemblies

I'm trying to switch my .NET project over to the manage oracle to make deployments easier. However I'm getting the …

.net oracle odp.net iis-8 odp.net-managed
Oracle.ManagedDataAccess Connection request timed out

I'm having trouble with threaded code which I'm using with the Oracle ManagedDataAccess.dll. To simulate the issue I have …

odp.net odp.net-managed