Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Inactive Cursors
you really need to close your cursors when you are done with them right in
the PL/SQL code. Your problem is similiar to a memory leak in C.
You can increase the number of open cursors allowed in your init.ora but that will not solve your problem. Tracking down nameless cursors is REALLY hard since they are not tracked by any type of naming convention in the data dictionary.
You absolutely have to spend the time to track these downs or your problem will never be fixed. Rebooting will fix it temporarily, however, it will keep happening.
"Derek" <snekse_at_hotmail.com> wrote in message
news:979919aa.0205311023.5bf2d56a_at_posting.google.com...
> Is there a way to kill inactive cursors?
Received on Fri May 31 2002 - 20:08:00 CDT
![]() |
![]() |