Forms 10g to 11g upgrade getting FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508 [message #639706] |
Tue, 14 July 2015 09:24 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/dbbdf1c45d3647d4a63264efb802895d?s=64&d=mm&r=g) |
grant.alfredo@gmail.com
Messages: 1 Registered: July 2015
|
Junior Member |
|
|
I just recently upgraded from Oracle Forms 10g to 11g r2 and I'm getting FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508. I don't get this error in 10g at all. I've tested the same form in 10g OC4J and it runs fine, but when I build and run it in 11g I get, FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508. When I run debug against this message I see that it goes back as far as, ON-ERROR trigger, and in the trigger I have FRM-40352, and FRM-41051. Below is the exact line in the code that is causing the error in the ON-ERROR trigger:
IF errnum = 40352 OR errnum = 41051 THEN
SET_APPLICATION_PROPERTY(CURSOR_STYLE, cusser_style);
RETURN;
END IF;
Since, I'm new to Forms, I'm trying to figure out why this code works fine with 10g but not with 11g. Is it a configuration problem with Weblogic? I ran, the utilities, frmplsqlconv.bat mode=wizard and, frmcmp.exe as recommended but I still get the same problem. Does anyone have any suggestions.
|
|
|
|