ORA-06508 in every form 11g [message #488188] |
Wed, 05 January 2011 10:15 |
|
hidetsugu
Messages: 20 Registered: January 2011 Location: Portugal
|
Junior Member |
|
|
Hello to all,
I'm migrating my forms 6i to 11g. My problem is that every single form has an error when loading. The error is "FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06508." In the beginning there were more errors and by converting all forms and libraries and then compiling them, i was able to clear all the errors. But this one isn't going away. I compile the forms and everyting is fine. So could it really be some program unit that is missing? Just to tell, with a form created is forms 11g the error don't show up. What can it be?
|
|
|
Re: ORA-06508 in every form 11g [message #488247 is a reply to message #488188] |
Wed, 05 January 2011 13:02 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
Is there an attached library that is missing or not attached when you converted them?
Compile them in Forms Developer and it should tell you what is missing.
Try running it in Forms Developer instead of the App Server.
Oh, and what is the code in ON-ERROR trigger? Didn't you look there first?
[Updated on: Wed, 05 January 2011 13:03] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: ORA-06508 in every form 11g [message #488468 is a reply to message #488365] |
Fri, 07 January 2011 09:54 |
|
hidetsugu
Messages: 20 Registered: January 2011 Location: Portugal
|
Junior Member |
|
|
I was able to avoid this error by not using frmplsqlconv. I only open my 6i form in 11g builder and change somethings to use two new libraries and compile. And now i don't experience errors. Thanks for all the help
|
|
|