View Single Post
  #4 (permalink)  
Old 07-26-10, 04:01
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,297
Quote:
Originally Posted by anacedent View Post
>dbms_output.put_line('The room is not available');
no user will ever see it.
Not true.

If you turn serveroutput on in SQL*Plus (or other tools that support this) and run a statement the fires the trigger you will see the message.
It's a nice debugging aid (but nothing more).
Reply With Quote