DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Dbms_output

  1. #1
    Join Date
    Jul 2005
    Posts
    31

    Dbms_output

    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

  2. #2
    Join Date
    Jan 2001
    Posts
    642
    just like what will happen if you have set serveroutput off - it ignores the messages.
    There is always a better way to do the things.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width