11gR2 : Explicit cursor executed(OPEN) but still displayed at session-level ?
Hi ,
My explicit cursor allows me to perform un update for each row.
Why the select of the cursor remains at session level even when cursor fetch is beginnig ?
Normally , when update appears in my session , this prouves that execution of the cursor is finished (OPEN cursor is OK) and fetch in progress ?
Best regards.
GD.
My explicit cursor allows me to perform un update for each row.
Why the select of the cursor remains at session level even when cursor fetch is beginnig ?
Normally , when update appears in my session , this prouves that execution of the cursor is finished (OPEN cursor is OK) and fetch in progress ?
Best regards.
GD.
0