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:
I\'m using ODP.NET in an c# application, and i\'m using the following code to execute a stored procedure:
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
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
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
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 :
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.
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
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
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