odp.net
how to get the size of varchar in the oracle AssociativeArray type
I have a stored procedure in which I defined a type : type AssocArrayVarchar2_t is table if varchar(10) index by binary_integer;[详细]
2023-03-10 02:39 分类:问答Tutorial for C# web development [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-06 09:54 分类:问答ODP.NET calls hanging when used with Casini
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[详细]
2023-03-05 09:49 分类:问答Enable ODP.Net logging
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.[详细]
2023-03-04 16:49 分类:问答How to deploy x86 compile code on SharePoint server 2010 ( x64)
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[详细]
2023-03-04 08:25 分类:问答ODP.net Connection Pooling: ClientID, Client Identifier never changes from first user who logs in
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[详细]
2023-02-28 00:00 分类:问答insert blob via odp.net through dblink size limitations
i am using ODP.NET (version 2.111.7.0) and C#, OracleCommand & OracleParameter objects and OracleCommand.ExecuteNonQuery method[详细]
2023-02-25 18:36 分类:问答Connect to Oracle with odp.net and the OCI from C#
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[详细]
2023-02-25 18:27 分类:问答Oracle DataAccess Data provider internal error -3000 when deployed
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[详细]
2023-02-24 07:20 分类:问答ODP.NET Pass large byte array to PL/SQL stored procedure accepting blob
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[详细]
2023-02-24 06:39 分类:问答