Error while compiling the form [message #644843] |
Wed, 18 November 2015 11:41 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/0f87efe3412dc42076b3e13037525cb8?s=64&d=mm&r=g) |
SW26477
Messages: 9 Registered: November 2014 Location: Location
|
Junior Member |
|
|
Hi All,
We have migrated from Oracle 8i to Oracle Database 10.1.0.5.0 - 64bit.
But we are using an older version of form builder which is (Forms [32 Bit] Version 6.0.8.8.0).
While compiling we are facing the below issue,
ora-00600: internal error code, arguments: [17069], [138603440],[],[],[],[],[],[]
To resolve this we have put schema name in front of object names in code (as schema.object_name), and strangely it has resolved the issue.
I can't keep on putting schema name in front of all the objects used in forms code, is there any other way to resolve this issue?
Note : We have all grants and synonyms created for the objects and the user.
Thanks in Advance!
|
|
|
Re: Error while compiling the form [message #644844 is a reply to message #644843] |
Wed, 18 November 2015 12:07 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/136107.jpg) |
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>We have migrated from Oracle 8i to Oracle Database 10.1.0.5.0 - 64bit.
You migrated from ancient & obsoleted version to buggy & unsupported different version which is less than ideal.
ORA-00600 is Oracle bug & solution is to submit Bug Report or search MOS for fix.
|
|
|