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(-3001) or Data Provider internal error(-3000)

476616Dec 19 2005 — edited Jan 24 2006
Has anybody been able to resolve this issue? Or does anybody have any idea on how to troubleshoot?

I am getting the same error Data Provider Internal Error(-3000 or -3001) . It only seems to occur during the day, when there is more traffic hitting the server. There aren't any errors getting logged in the event viewer.

After, I hit the refresh (F5) button on the browser, the error goes away and the page is displayed.

Error occurs during C# call of a basic oracle procedure...
reader = OracleSpecificHelper.ExecuteReader(connectionString,
"oracle procedure name", parameters, ref transactionObject);

Using ODP.Net version 9.2.0.4.20
Using Oracle.DataAccess.Client and Oracle.DataAccess.Types
Windows 2003
ASP.net version 1.1.4322.2032
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 21 2006
Added on Dec 19 2005
1 comment
649 views