display select in a stored procedure
968875Dec 5 2012 — edited Dec 5 2012Hello,
I have a select statement that I wanna print in a stored procedure. The only way is to create a cursor in the SP, which holds the result of the select, and then iterate through the lines and print each line using dbms_output.put_line?
Thanks.