odp.net
Oracle SQL query fails only in one process: "ORA-01405: fetched column value is NULL"
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[详细]
2023-04-12 19:39 分类:问答C# app hangs after publish
开发者_如何转开发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[详细]
2023-04-12 18:12 分类:问答ODP.Net 1.1 client doesnot work on machine with oracle 11g
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[详细]
2023-04-12 08:25 分类:问答ODP.NET doesn't work System.Data.OracleClient does
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-[详细]
2023-04-10 00:26 分类:问答Updating Oracle Table using Stored Procedure from C# Odd bug
I am using a stored procedure to Insert a new user or update their existing information if the user already exists in the Database.[详细]
2023-04-09 16:40 分类:问答FileSystemWatcher C# permission problem
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[详细]
2023-04-08 18:21 分类:问答Oracle ODP.NET Cursor Leak?
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\[详细]
2023-04-08 05:19 分类:问答Could not load file or assembly 'Oracle.DataAccess' - Markup View
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[详细]
2023-04-06 09:38 分类:问答How to know if an OracleConnection coming from the connection pool was used before
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[详细]
2023-04-05 20:48 分类:问答How to get column names with ODP.NET DataAdapter filling a DataSet in C#?
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![详细]
2023-04-02 08:40 分类:问答