ORA-100501: non-ORACLE exception
时间:2016-06-12 17:00:16
收藏:0
阅读:1630
ORA-100501 is the error returned when you trap a Raise Form_Trigger_Failure in an exception handler.
Somewhere in your program unit, you have coded
Exception... when others then...
Somewhere in your program unit, you have coded
Exception... when others then...
Coding "Exception when others" is a bad idea. I have NEVER coded that phrase in a form. Take it out EVERY PLACE in your form, and your problem will disappear. The standard error processing that occurs in Forms is all you need.
本文出自 “路漫漫其修远兮…” 博客,请务必保留此出处http://baser.blog.51cto.com/4153192/1788253
评论(0)