Needs to trim error code
Hi All,
BEGIN
raise_application_error (-20004, 'There is an error' , TRUE);
END;
Will raise an error, mentioned below
ORA-20004: There is an Error
ORA-06512: at line 3
Now I need to show only *"There is an Error"* . I dont want to show the error no.
Please help me to resolve this issue.
Thanks & Regards
Uzair Hasan Nizami