Linked Questions

4 votes
4 answers
6k views

I'm having another issue with C# and Oracle DB. So I execute a stored procedure and get back the out parameter, everything works fine but at the end, my output data is troncated by half. create or ...
Ice Ax's user avatar
  • 182
1 vote
1 answer
4k views

I'm deploying an application that uses an oracle provider with Oracle.DataAccess.dll in a machine that already has a specific version of ODAC 64-bit ODAC 11.2. But the application I want to deploy ...
cheikh ndiaye's user avatar
0 votes
2 answers
3k views

I have an application built in Asp.net, we upgraded the oracle database to 19c "where we were working on oracle 11g", first give us the below error: Could not install package 'Oracle....
M.Youssef's user avatar
  • 148
0 votes
1 answer
2k views

I have ODAC 12.1 installed on my machine. The source code is using version 12.2 (newer). I am getting InvalidCastException during runtime: System.InvalidCastException: [A]Oracle.DataAccess....
Tschareck's user avatar
  • 4,269
0 votes
0 answers
1k views

I have a web site project that in Visual Studio 2017 with Oracle 64 bits that when I open it and run it all is ok. If I stop and run again or I build the solution I get the error below. I have other ...
Eduardo Reis's user avatar
0 votes
2 answers
397 views

I have an application that hits an oracle database using Oracle.DataAccess and runs just fine. The problem comes when I reference the same dll in my test project and run the tests. Integration tests ...
Rick's user avatar
  • 415
0 votes
1 answer
218 views

My group is moving to a new Windows Server (Windows Server 2016). We need to migrate existing code without re-compiling. The existing code (on old Server 2008) utilizes Oracle 11g and 12c clients 32 ...
Mark Ainsworth's user avatar
0 votes
2 answers
168 views

I have a Windows Forms application that accesses a legacy Oracle 9 database. Therefore, I am including an Oracle 11.2.0.4 Oracle Instant Client as a subfolder of the application. In my application I ...
David P's user avatar
  • 2,143
0 votes
0 answers
91 views

situation: working on .net application (using ADODB.connection) that need to connect to wide range of oracle versions (from 19c to 8i) multiple oracle clients installed in pc 10.2.0 (this is required ...
Jach's user avatar
  • 597
0 votes
0 answers
63 views

I have an application written in C# that read and write to two different MongoDb. Each Mongo db runs a different version (5.0.9 & 3.2.22) and I am not in a position to update either of these ...
Razor's user avatar
  • 153