Skip to Main Content

Oracle Forms

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!

Forms 10g to 11g upgrade is causing FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508

User179425Jul 14 2015 — edited Jul 15 2015

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 for the same Form 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 that I did not account for? I ran, the utilities, frmplsqlconv.bat mode=wizard and, frmcmp.exe as recommended but I still get the same erro of FRM-40765. I looked over all the configuration information recommended in, http://docs.oracle.com/cd/E12839_01/web.1111/e10240/basics.htm#FSDEP145. Does anyone have any suggestions?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 12 2015
Added on Jul 14 2015
1 comment
1,148 views