I have a stored procedure in which I defined a type : type AssocArrayVarchar2_t is table if varchar(10) index by binary_integer;
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am having a problem trying to instantiate Oracle.DataAccess.Client objects in a web application. To test this I created a new asp.net web application and inserted the following code into the code b
Can anyone help me with enabling ODP.Net logging on a Windows XP machine? I googled and found following link but it did not work for me.
I\'m creating visual web part project which connects Oracle database using ODP.NET. When I deploy on SharePoint server 2010 , web part gives Oracle dll missing error. Even I tried to compile in x86 or
Scenario: We have an application that is using Oracle 10g and the latest version of ODP.net within an ASP.net application. We are utilizing the .ClientID WriteOnly property on the OracleConnection obj
i am using ODP.NET (version 2.111.7.0) and C#, OracleCommand & OracleParameter objects and OracleCommand.ExecuteNonQuery method
I have been reading about how to connect to my oracle database from my C# win application, but I keep “hitting the wall”. I have decided to use odp.net and OCI, such that the client computer not nee
I\'m having an issue with a web service i have cre开发者_如何学JAVAated.It is running fine when running on localhost on my PC.The problem is, when I deploy the web service to a remote IIS server, I ke
I have a PL/SQL stored开发者_StackOverflow社区 procedure accepting a BLOB argument (among other arguments) and executes an insert of the BLOB into a table. How can I pass a large (1MB and greater) byt