Data provider internal error(-3000) w/ ODP.NET
422058May 25 2004 — edited Nov 24 2004I'm seeing the following error appear on an application recently upgraded to the Oracle Provider for .NET (from the MS provider):
Data provider internal error(-3000)
Exception Details: Oracle.DataAccess.Client.OracleException: Data provider internal error(-3000)
This error appears when I try and open a DataReader: myReader = adoCmd.ExecuteReader();
What's surprising is that this error occurs only on our test server. I have the same software configuration installed on my local system, and see no errors. However, there's one major config difference between my local system and the server- the server runs Oracle on a second volume, on drive D:, while my local system has everything installed on C:.
Any ideas?