Top "System.data.oracleclient" questions

The System.

The type or namespace name 'OracleClient' does not exist in the namespace 'System.Data'

When trying to run my code, I receive the following error: CS0234: The type or namespace name 'OracleClient' does not …

c# reference oracleclient system.data system.data.oracleclient
ORA-12571: TNS:packet writer failure with ASP.NET

My development team is experiencing numerous ORA-12571: TNS:packet writer failure errors using ASP.NET 3.5 and 4.0 against Oracle 11g. These …

asp.net oracle11g odp.net system.data.oracleclient
How to establish a OracleConnection without making use of the obsolete OracleConnection Class

What's the 'new' way of establishing a OraConnection? Microsoft defines several classes as obsolete. https://msdn.microsoft.com/en-us/library/…

c# database oracle msdn system.data.oracleclient
How to tell System.Data.OracleClient to use the 64 bit Oracle Driver

I am trying to run a .NET application which uses System.Data.OracleClient on a Win7 x64 workstation. The workstation …

windows-7 .net-4.0 64-bit oracle11gr2 system.data.oracleclient
The type or namespace name 'OracleConnection' could not be found

I am getting this error every time I try to debug my program: CS0246: The type or namespace name 'OracleConnection' …

c# asp.net namespaces oracleclient system.data.oracleclient
Issues calling stored procedure from C# with large CLOB

I'm not the first to have these issues, and will list some reference posts below, but am still looking for …

c# oracle stored-procedures clob system.data.oracleclient
Is there a way to force OracleCommand.BindByName to be true by default for ODP.NET?

Since the System.Data.OracleClient library has been deprecated, we are in the process of migrating our code base to …

.net oracle refactoring odp.net system.data.oracleclient