Oracle Open Cursor Problem?

  • Thread starter Thread starter Adam Right
  • Start date Start date
A

Adam Right

Hi,

I am developing a program with visual studio 2005 beta using C#. I have a
problem about opened cursors on my Oracle 9i database. I cannot dispose
opened cursors although there is a close statement after fetch statement in
the database. It exceeds the maximum number of the opened cursors. How can i
close the opened cursors that are not being used by the program? Thanks...
 

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

Back
Top