Questions tagged [odp.net]

Oracle Data Provider for .NET (ODP.NET) features optimized ADO.NET data access to the Oracle database.

Oracle Data Provider for .NET (ODP.NET) features optimized ADO.NET data access to the Oracle database. ODP.NET allows developers to take advantage of advanced Oracle database functionality, including Real Application Clusters, XML DB, and advanced security.

ODP.NET makes using Oracle from .NET more flexible, faster, and more stable. ODP.NET includes many features not available from other .NET drivers, including a native XML data type, self-tuning, RAC-optimized connection pooling, promotable transactions, and Advanced Queuing.

ODP.NET home page for news, downloads and help: http://otn.oracle.com/dotnet

1322 questions
-3
votes
2 answers

operation is not valid due to the current state of the object in C#

I have a trouble with my coding. This is a source code what I coding for this program. OracleConnection kon; public Form2() { InitializeComponent(); FillCombo(); } void FillCombo() { OracleConnection…
-3
votes
1 answer

using oracle object type with number attribute on odp.net

After mapping Oracle Object Type as Class in C# using odp.net, while passing back the class to the stored procedure to insert the data into the table for all attributes with number data is empty. We are not receiving any exceptions. Code attached as…
Amir
  • 1,919
  • 8
  • 53
  • 105
1 2 3
88
89