odp.net
Get the Affected Row from PL-SQL
I am using ODP.Net and run the PL/SQL Command to merge the table in the Oracle 10G database. My command is as follow:[详细]
2023-03-28 21:37 分类:问答Oracle ODP.NET Timeout exception
I\'m using ODP.NET in an c# application, and i\'m using the following code to execute a stored procedure:[详细]
2023-03-25 11:15 分类:问答Passing Anonymous Parameters into Oracle using ODP.net
Somehow or the other, I learned that I can simply pass in parameters into an Oracle stored proc and it would be able to convert the parameters into the appropriate type.Well I am running into issues d[详细]
2023-03-25 10:39 分类:问答Return Value of Oracle.DataAccess execute non-query (stored proc)
Return Value For UPDATE, INSERT, and DELETE statements, the return value is the number of rows affected by the command. For CREATE TABLE and DROP TABLE statements, the return value is 0. For all other[详细]
2023-03-25 07:58 分类:问答Which db type has to used when passing an object to procedure in a oracle package using ODP.NET (C #)?
Hi I am passing an object to procedure in a oracle package using ODP.NET(C#). I am using ODP.NET because of associative arrays. I am unable to find oracledbtype.object in the ODP.NET to make parameter[详细]
2023-03-25 07:38 分类:问答Transaction Scope fails with BeginTransaction in Oracle : Connection is already part of a local or a distributed transaction
Having this strange behavior while using OracleConnection with TransactionScope. If i try to use connection.BeginTransaction() in a transaction scope i get simple elegant InvalidOperationException :[详细]
2023-03-24 06:22 分类:问答ODBC or ODP.Net for C#?
I\'ve been tasked with writing a few custom C# reporting programs for a client.开发者_StackOverflow社区These programs will only read the Oracle databases, never update or change the data.[详细]
2023-03-23 14:59 分类:问答the simplest test to check ODP connectivity
I want to install a new version of ODP into a production environment and I\'m looking for the simplest test that the drivers have actually gone on ok, and the bespoke apps on the server can still conn[详细]
2023-03-23 10:02 分类:问答Could not load file or assembly 'Oracle.DataAccess, Version=2.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies
After deploying asp.net app to the server im getting this error. Could not load file or assembly \'Oracle.DataAccess, Version=2.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342\' or one of i[详细]
2023-03-22 22:17 分类:问答Strange memory usage pattern in C# Windows Form app
I am trying to understand what is going on in app written in C#. Below are several images taken from Performance Monitor. The blue line is #Bytes in all Heaps. The green line is Large Object Heap Size[详细]
2023-03-22 01:48 分类:问答