Home » Developer & Programmer » Forms » Forms 10g to 11g upgrade getting FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508 (Forms [64 Bit], Version 11.1.2.2.0 ,Windows 7)
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
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.
Re: Forms 10g to 11g upgrade getting FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508 [message #639707 is a reply to message #639706] Tue, 14 July 2015 09:43 Go to previous message
Michel Cadot
Messages: 68641
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

ORA-06508: PL/SQL: could not find program unit being called%s

Previous Topic: summary column
Next Topic: win_api_shell.winexec ORA-01403: no data found
Goto Forum:
  


Current Time: Fri Apr 19 15:02:06 CDT 2024