I\'ve got an app that is built with ODP.NET 2.111.6.20 - all the references in VS are set Specific Version to false, but when I try to run the app on a ma开发者_运维问答chine that only has 2.111.6.0,
We are in the process of moving from the .NET Microsoft oracle driver to the ODP.NET driver. One of the problems we have had is this error:
ODP.Net exposes the ability to pass Associative Arrays as params into an Oracle stored procedure from C#.Its a nice feature unless you are trying to use the data contained within that associative arra
I have this type: TYPE tipo_TableVarchar2 IS TABLE OF VARCHAR2(1000) INDEX BY BINARY_INTEGER; and procedure 开发者_运维知识库get_array (p_arr out TableVarchar2 ) is ...
The DBA at my company created a new user/password for an application I am working on. I tested the login using SQL Developer and can connect to the database just fine - all the tables I have access to
We\'re running into a strange error using Oracle Odp.Net (connecting to Oracle 9). The problem is illustrated by the code snippet below.
I\'m new in ODP.Net and trying to implement it to our existing system. Currently, we are using OLEDB and using IDataReader interface to read a record from DataReader. However, when weuse ODP.Net using
I\'m trying to execute a SQL query through ODP.NET to create a table, but I always get an ORA-00911 \'invalid character\' error. The Errors object in the exception always has the text \"ORA-00911: inv