SELECT FOR UPDATE and SYS_REFCURSOR
513804Aug 7 2006 — edited Aug 7 2006Hi,
Just experimenting a bit with different cursor declarations and now wondering, why does PL/SQL allow you to open a SELECT FOR UPDATE for a SYS_REFCURSOR (instead of the usual CURSOR), but then complain if you try to update using 'WHERE CURRENT OF'?