ora - 100501 Non oracle error

wuxidba發表於2010-08-31

http://forums.oracle.com/forums/thread.jspa?messageID=3197857#3197857

 

 

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...

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.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23895263/viewspace-672275/,如需轉載,請註明出處,否則將追究法律責任。

相關文章