Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Data provider internal error(-3000) w/ ODP.NET

422058May 25 2004 — edited Nov 24 2004
I'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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 22 2004
Added on May 25 2004
6 comments
1,727 views