DBMS_OUTPUT & set serveroutput on
656867Nov 25 2008 — edited Nov 25 2008Hello:
In my APEX app I am executing a procedure. Within this procedure I have DBMS_OUTPUT.PUT_LINE displaying results after each function.
In order to see the output which is produced by DBMS_OUTPUT, I have to type, set serveroutput on. When I run my procedure in SQL Developer, I see all the results.
When I run my APEX app with this procedure, I am not able to see the results of the DBMS_OUTPUT. It is important that the user see the results after they submit the parameter for the procedure.
Is there a way that I can display the results of DBMS_OUTPUT after my user clicks the SUBMIT button?
Thanks in advance.