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
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.
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?
I am trying to bulk insert some data into an oracle db. I followed the example in the documentation. this.DataBaseAccess = new OracleConnection(connString);
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
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
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
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)
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:
I\'m attempting to call a procedure that takes a custom data type of table of numbers as one of the parameters.