Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Can you open a cursor within a cursor?
Is it possible to open a cursor within another cursor (as follows):
Fetch c_cursor1 INTO ...
IF .. = .. THEN
OPEN c_cursor2 Fetch c_cursor2 INTO ...
CLOSE c_cursor2;
ELSE
...
END IF;
CLOSE c_cursor1;
To respond, please take out "nospam" in e-mail address
Dave Morse
dmorse_at_iquest.net
Consultant - InfoTech Consulting, Inc.
Received on Tue Apr 28 1998 - 15:36:55 CDT
![]() |
![]() |