odp.net
WebService to use ODP.NET from a File Share
I have a C# ASMX web service that uses Oracle.DataAccess.Client to connect to an Oracle database. When I try to call a web method I get this error message:[详细]
2023-01-12 14:59 分类:问答ODP .NET Getting a SYSREFCURSOR output. {"Unsupported column datatype"} error
I am trying to execute a procedure that returns a stored procedure. My version of Oracle DB is 9.2 and the ODP .NET version is 10.2.0.100[详细]
2023-01-11 02:54 分类:问答WPF Bind a ListView to Oracle Data Source
Here\'s a part of XAML of the application I\'m working on: <ListView Name=\"lsvCustomerDetails\" ItemsSource=\"{Binding myDataTable}\">[详细]
2023-01-10 05:53 分类:问答Oracle.DataAccess.Client.OracleException ORA-03135: connection lost contact
I have a .Net service that connects to an Oracle database on every request. It works fine at the beginning, but after some number of requests I start getting:[详细]
2023-01-09 18:44 分类:问答unknown number of cursors
Using ODP.net, I am calling several stored procedures on 10g. One of the procedures returns one cursor. Another returns three, and yet another returns 11, etc. Is there a way to accommodate an unknown[详细]
2023-01-07 16:22 分类:问答Fluent NHibernate - Configure Oracle Data Provider ODP
I am brand new to NHibernate and Fluent NHibernate and I am trying to get the following confguration to work.[详细]
2023-01-07 10:22 分类:问答How to know when to stop filling an OracleDataAdapter
I\'m using the OPD.NET dll in a project that is accessing oracle. Users can type in any SQL into a text box, that is then executed against the db. I\'ve been trying to use the OracleDataAdapter to p[详细]
2023-01-06 19:20 分类:问答Oracle .NET Provider Not Found on Production Server
In Visual Studio running on an XP 64 bit everything runs fine. I have the web.config with an entry: ( to look for the \'bin\' folder of the 开发者_Python百科project where two .DLLs are (Oracle.D[详细]
2023-01-06 06:38 分类:问答Converting oracle query into user defined types in pl/sql
I have a s开发者_开发百科elect query on a relational table in a plsql procedure. I want to convert the results of this query into a user defined type object to return via odp.net.[详细]
2023-01-05 01:42 分类:问答Getting objects from a relational table in with Oracle pl/sql procedure
I want to retrieve rows from an oracle table and convert them into o开发者_运维知识库bjects. I am currently using a refcursor result and a datareader in c# to manually convert the rows to objects but[详细]
2023-01-05 01:30 分类:问答