Is there any way to get each column name and column value of each row using cursor. As below, i have a Cursor c loop through each row of table T
FOR c IN (SELECT * T)
LOOP
--Something like dbms_output.put_line(c.columname : c.columnvalue);
END LOOP
P/s:Sorry my bad english. English is not my native language