Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: open_cursors question
Sandra,
Yes.
2. 5000 open_cursors seems excessive to me. How do I determine if this is really what's needed or do we have other "code" options?
Some time, application execute one sql select statement ( which may return more than 1000 or 10000 rows) and process one record at a time using another sql statement in loop. Application close result set after processing all the records,but main sql statement return more than 5000 ( Open_cursor value ) rows then application will fail. You may discuss with Development team to resolve this issue.
>
>
>
> 3. What effect do all these open cursors have on my database? Can we
> improve our efficiency/performance by explicitly closing cursors?
>
>
>
> Sandy
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Jul 28 2006 - 20:17:24 CDT
![]() |
![]() |