Hi, Guys!

I need to raise user's exception with user's message in Oracle 11i. Function raise_application_error(-20001,'...') does not return any errors on the screen, if I use 'RAISE' command it shows me errors, but with Oracle's error messages.

Please any advices.