| Author: Ramu Ravi 23 Apr 2005 | Member Level: Gold | Rating:  Points: 2 |
Hi,
the difference is as follows
Dbms_output.put_line is used for displaying any messages. something like response.write
Raise_application_Error is used to raise our own exception. Something like throw in asp.net
hope you got an idea.
rgds ramu
|