If I was writing a stored procedure and I wanted to capture an error and I put the "dbms_output" statement on it. And this procedure is run through an application where would the "dbms_output" output the message?
What I understand is that the dbms_output outputs the message on the screen but what happens if it is run within an application?

Your input is highly appreciated.
DAB01