I have a pl/sql process which raises a user defined exception such as:
raise_application_error(-20112,'Error has occured. Go to
Click here');
How can I avoid error not to display ORA error code and also want to show hyperlink instead of html tags?
Thanks,
RN