I want to get the current Cursor row number
WoMoFeb 9 2010 — edited Feb 9 2010Hello!
Is it possible to get the current row number of a cursor in a cursor loop?
for c_1 in cursor_1
loop
dbms_output.put_line(c_1. ???) --> this should show: 1 in the first loop ,2,3,...
endloop
best regards,
wolf