Top "Odp.net" questions

Oracle Data Provider for .NET (ODP.

Invalid binding for Oracle UDT in procedure parameter

I'm attempting to call a procedure that takes a custom data type of table of numbers as one of the …

c# odp.net oracle-xe user-defined-types
How to clear the ODP.NET connection pool on connection errors?

I'm using NHibernate and ODP.NET to connect to a Oracle 11g database. Of course there can be connection errors (…

oracle nhibernate ado.net connection-pooling odp.net
InvalidOperationException when try to ExecuteReader() with Oracle Data Access ODP.NET 11.2

It's the first time I HAVE to work with Oracle, and as we all hate to work with foreign stuff …

c#-4.0 oracle11g odp.net data-access
LINQ to SQL for Oracle.ODP

Does LINQ to SQL support Oracle.ODP? If not, is a similar offering from Oracle available or in the works?

.net linq oracle linq-to-sql odp.net
Visual Studio ODP Unmanaged Driver - Failed to find the default tnsnames.ora file (12c )

I'm developing an app in Visual Studio 2013 that connects to a Oracle Database. I have to use the "Unmanaged Driver". …

visual-studio-2012 odp.net oracle12c
How can I update data in CLOB fields using a >> prepared query << with ODP (Oracle.DataAccess)?

I'm trying to execute a prepared sql query which updates CLOB fields in an Oracle 10g database (10.2.0.1). If I execute …

c# oracle .net-3.5 odp.net clob
Enable ODP.Net logging

Can anyone help me with enabling ODP.Net logging on a Windows XP machine? I googled and found following link …

c# oracle ado.net trace odp.net
ODP.NET Core - Scaffold DB-Context

I am working with oracles odp.net core beta 3. Specifically, The dll is Oracle.ManagedDataAccess.Core.2.12.0-beta3. The project is …

asp.net-core odp.net
Operation is not valid due to the current state of the object

I'm using Entity Framework with ODP.NET 11.2.0.3.0. I got persistence working for some tables, but this one flat out refuses …

entity-framework entity-framework-4 odp.net
Cant Map SYS_REFCURSOR in Entity Framework

I am trying to access a Stored procedure on Oracle 11g through Entity Framework. I can access stored procedures which …

oracle entity-framework ado.net oracle11g odp.net