Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to supprise ora-20400 message

560485Feb 7 2007 — edited Feb 7 2007
hi,


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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2007
Added on Feb 7 2007
8 comments
5,107 views