I\'m trying to call a system stored procedure in a \"plugin\" that I\'ve built. When I test my plugin out in a test application, it works fine. When I run the plugin in the targeted app I\'m building
开发者_如何转开发I have an app that uses ODP.net. it runs in visual studio debug. when I publish it to the same PC, I run setup.exe and it installs, starts and runs fine. When I go to the exe and star
I have created an application that uses Oracle.Dataaccess library version 1.10. When开发者_C百科 I deploy the application on a machine that has 11g client i.e. Oracle.Dataaccess library 2.0 then this
We are switching from the obsolete System.Data.OracleClient. I have switched all the references in the ASP.NET 2.0 code, however when I try to access the database server using ODP.NET calls I get ORA-
I am using a stored procedure to Insert a new user or update their existing information if the user already exists in the Database.
I\'m over a domain, reading the path \\\\machinecap\\platform\\in. The platform is a share, wich leads to E:\\cappuccino\\platform locally. The application is a Windows Service made in C# .NET 2.0, w
I\'m running into an open cursor limit issue with using the following code.The open cursor limit on the oracle db is set to around 1000.The following code seems to hold onto the cursors even though I\
I am having a strange problem since installing the latest version of ODAC, 11.2.0.2.1. I installed both the 32-bit and 64-bit versions because I develop applications for both architectures. My compute
My application needs to authenticate all session on the DB via a trusted procedure (that sets some values in the session context). Currently this procedure is called for each new session just after it
I\'m filling a Data Table use ODP.NET\'s OracleDataAdapter. I\'d like to pass along the column headers too. Any idea how to go about this? Thanks!