Top "Odp.net" questions

Oracle Data Provider for .NET (ODP.

The provider is not compatible with the version of Oracle client

I'm trying to use the Oracle ODP.NET 11g (11.1.0.6.20) Instant Client on my ASP.net project as a Data Provider …

c# asp.net oracle odp.net oracleclient
ORA-03113: end-of-file on communication channel after long inactivity in ASP.Net app

I've got a load-balanced (not using Session state) ASP.Net 2.0 app on IIS5 running back to a single Oracle 10g …

oracle oracle10g odp.net oracleexception
The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception

I have developed an application that uses Oracle Data Provider for .NET. I copy the application file (.exe) and ODP …

odp.net oracleclient
Can you use Microsoft Entity Framework with Oracle?

Is it possible to use Microsoft Entity Framework with Oracle database?

.net oracle entity-framework odp.net
Deploying and Configuring ODP.NET to work without installation with Entity Framework

How do you deploy and configure ODP.NET to work without installation with Entity Framework? A. How to deploy and …

oracle entity-framework app-config odp.net dataprovider
Connecting to Oracle using Oracle.ManagedDataAccess

I am using Oracle.ManagedDataAccess Nuget Package Version 12.1.022 in my C# (.NET 4.0) project. The package automatically creates entries in the …

c# .net oracle odp.net
ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments

I have problem with calling store procedure on Oracle 11g server. stored procedure PROCEDURE get_rit_by_user_id(KDC_…

c# oracle odp.net
ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA

I'm trying to connect my local Oracle 11g database using server explorer in Visual Studio 2010. I tried to setup everything …

visual-studio-2010 oracle11g odp.net
ORA-01460: unimplemented or unreasonable conversion requested

When I run the following .Net code: using (var c = Shared.DataSources.BSS1.CreateCommand()) { c.CommandText = "\r\nSelect c1, c2, …

oracle odp.net
Does ODP.NET require Oracle Client installation

I have to connect Oracle 11g DB from .NET code. For that purpose I installed ODP.NET bur after reading …

.net oracle odp.net oracleclient