variable cur refcursor; -- Variável com o cursor de resposta
execute minha_procedure(:cur);
print cur;
Exemplo:
variable cur refcursor;
execute PR_SE_TB_FLUXO_CHAMADA_2(:cur);
print cur;
"SET TAB {ON | OFF}
Determines how SQL*Plus formats white space in terminal output. OFF uses spaces to format white space in the output. ON uses the TAB character. TAB settings are every eight characters. The default value for TAB is system dependent."