how to supprise ora-20400 message
560485Feb 7 2007 — edited Feb 7 2007hi,
my code content should be in ecception block.
Exception
begin
when others then
message('my message');
raise
end;
after excuting my message ora-20400 error message will be populated
front end tool :-oracle forms 6i
back-end :- oracle 8
kindly advise
Thanks& Regards ,
user557482