|
|
|
|
|
|
|
Re: FRM-21011: PL/SQL unhandled exception ORA-306500 [message #444152 is a reply to message #444130] |
Thu, 18 February 2010 22:14 |
myclassic
Messages: 136 Registered: December 2006 Location: Pakistan
|
Senior Member |
|
|
FRM-21011: PL/SQL unhandled exception ORA-306500
let us first know what the exception is being generated.
so add in your *code
exception when others then
message(sqlerrm);
*code means a place where this message is being generated. if you are loading the form and this message is being generated then add up this exception line in new form instance trigger.
else in menu code.
|
|
|
|
|