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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

-3001 error

626276Mar 3 2008
Hi,

I am using Oracle 10g and ODP.NET 9.2.0.401 on Framework .Net 1.1.
Pool is off on my connection string.

When I execute an ExecuteReader via a corrupt db link ; I correctly obtain an ORA-24338 OracleException (which catch in my application).

Then when I execute after an other ExecuteReader directly in my database ; I obtain an -3001 OracleException (internal provider exception) :
Oracle.DataAccess.Client.OracleException Erreur interne du fournisseur de données(-3001)
à Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure)
à Oracle.DataAccess.Client.OracleCommand.ExecuteReader(Boolean requery, Boolean fillRequest, CommandBehavior behavior)
à Oracle.DataAccess.Client.OracleCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
à Cnr.Shared.Persistence.DataSource.DBDataSource.ExecuteReader(IDbCommand cmd, CommandBehavior behavior)
...

Someone can explain to me what's happen?

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 31 2008
Added on Mar 3 2008
0 comments
847 views