My .NET code is currently using ODP.NET to call a stored procedure many times to operate on various rows in many tables.The .NET code has an array of the rows to change.Only one parameter changes in e
I am continuously running a service (coded in c#) on a Windows server, and I am using the OracleDependency object (provided by ODP.NET) to monitor changes affecting s开发者_如何学Pythonome tables in a
Im using ODP.net for 11g with no connectivity problems but I turned off the oracle listener and was still able to c开发者_StackOverflow中文版onnect and pull data.
I\'m not having any luck getting the change notification back from the DB server.My local firewall is off.We\'re wondering if there are any other environmental/machine settings that would be preventin
I\'m using ODP to update an Oracle 10g DB with no success updating decimal values. Ex: UPDATE usertable.fiche SET DT_MAJ = \'20110627\',var = 60.4 WHERE NB = \'2143\'
I have developed a windows forms Application which talks to an Oracle Server. I am using ODP.net and deploying using the bare minimum dlls, as given in the solution to this Question
my scenario: helper = new OracleHelper(); helper.CreateAndOpenConnection(); //cmd = new OracleCommand(\"PCK_JOBS.ARRAY_INSERT\", helper.OracleHelperConnection);
my scenario i\'m using ODP.NET oracle provider with c# 3.5, and i am trying to pass an array as parameter for a procedure...like this:
I\'m using a product that provides a database API based on Oracle functions and I\'m able to call functions via ODP.NET in general. However, I can\'t figure out, how to call a function that includes a
I have installed the Oracle Client for the 64 bit machine using the XCopy 11.2 provided by Oracle (Installed everything as per the read me instructions).