Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with open cursors.
Ach C via DBMonster.com wrote:
> Query with a returned cursor to
>
> application.So I do not know if I should close that cursor in application or
> no?
> Any help will be so appreciated.
>
>
if is_open(p_result_cur ) then close p_result_cur ;
or similar code (for you to figure out if is_open is
a function, and an attribute - I used it as function,
could be p_result_cur.is_open
-- Regards, Frank van BortelReceived on Sun Jul 31 2005 - 10:36:43 CDT
![]() |
![]() |