odp.net
How do I call an Oracle function to insert data using ODP.NET and a dataset? (specific example)
We\'re really lost on this one, having read the ODP.NET 2 Day+ developer guide hasn\'t helped. I\'ve provided the function definition (stored in a package), I don\'t understand what we have to cast th[详细]
2023-02-05 04:14 分类:问答ORA-12532: TNS:invalid argument
My applicatino is giving ORA-12532: TNS:invalid argument开发者_开发技巧 exception. My app is in C# and I am using ODP.Net to connect to oracle database.[详细]
2023-02-03 22:38 分类:问答Once per all: How to deploy an application using Oracle.DataAccess in Any Cpu mode?
My application uses Oracle as database. How can I compile it using Any Cpu Platform and run it on x86 and x64 servers regardless the oracle client installed there?[详细]
2023-02-02 22:00 分类:问答Why does this oracle bulk insert not work?
I am trying to bulk insert some data into an oracle db. I followed the example in the documentation. this.DataBaseAccess = new OracleConnection(connString);[详细]
2023-01-30 13:41 分类:问答Need Oracle Client for .NET 4.0 ASP app running on a 64bit OS
I\'ve got ASP.NET 4.0 application running on a 64bit OS.IIS is configured to run in 64bit mode (needs to be 开发者_Python百科to support other ASP.NET applications).Is there any way to do this? Oracle[详细]
2023-01-30 02:55 分类:问答Join query fast in oracle sql developer, super slow in odp.net
I have a sql query (a join) that is super-fast when run on Oracle SQL Developer (milliseconds) but super-slow (minutes) when same query is called from a c# app using ODP.net. The call to OracleDataAda[详细]
2023-01-30 02:13 分类:问答ODP.NET: Avoiding Connection Timeouts with Connection Pooling
At one site I can connect to the Oracle Database with SQL Developer, leave it idle for a long time (e.g., > 60 minutes), and return, and it\'s fine.At a second site, if it stays idle for more than 5-1[详细]
2023-01-29 22:54 分类:问答What is needed for working with Oracle from Visual Studio 2010?
What is needed for working with Oracle from Visual Studio 2010? Environment: 1 - On development pc: Windows 7 Ultimate 64 bit (4 GB ram, Dual-Core 2.6 GHz)[详细]
2023-01-29 20:38 分类:问答Using ODP.Net with NHibernate with .net System.decimal
I am using ODP.net to run the aggregate AVG against an Oracle 10g database.I run this query directly on the database and it works fine:[详细]
2023-01-27 10:13 分类:问答Invalid binding for Oracle UDT in procedure parameter
I\'m attempting to call a procedure that takes a custom data type of table of numbers as one of the parameters.[详细]
2023-01-27 00:38 分类:问答