i use a cursor for query, and after this step i would to change the value of one property of all records shown,but an exception ora-01000 stop this changement, i didn't know how to treate this exception.
thank you
This error means that you've exceeded the maximum number of opened cursors per session. Try to increase OPEN_CURSORS initialization parameter or modify your code to close unused cursors.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.