ORA-24338 and REFCURSOR

D

dave_93_98

I am receiving the above error (ORA-24338 statement handle not
executed) when an exception is thrown from the stored procedure I am
calling. One of the arguments to this procedure is an output parameter
containing a refcursor, which I suspect is the problem. Has anyone else
encountered this, if so is there a workaround? I am using Visual Studio
2005, the Oracle 9.2 client, and System.Data.OracleClient version
2.0.50727.

Thanks,
Dave
 
P

Paul Clement

On 9 Nov 2006 08:20:21 -0800, (e-mail address removed) wrote:

¤ I am receiving the above error (ORA-24338 statement handle not
¤ executed) when an exception is thrown from the stored procedure I am
¤ calling. One of the arguments to this procedure is an output parameter
¤ containing a refcursor, which I suspect is the problem. Has anyone else
¤ encountered this, if so is there a workaround? I am using Visual Studio
¤ 2005, the Oracle 9.2 client, and System.Data.OracleClient version
¤ 2.0.50727.

I haven't seen this error before but you may want to post your code so we can see what the procedure
call and parameters look like.


Paul
~~~~
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top