ORA-06508 Solution for attached Libraries [message #85211] |
Wed, 09 June 2004 09:00 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Dave
Messages: 92 Registered: August 1999
|
Member |
|
|
If you are getting the ORA-06508 runtime error, it may be the result of a corrupted .pll file. You can solve this by doing the following:
1) Remove the attached .pll file from the form.
2) Verify whether the refrenced objects in the form from the .olb are existing in the .olb, if not you will get this error.
3) Compile the .pll and and generate .plx(by using Ctrl-T) keep both .pll and .plx in the same directory.
4) Re-attache the compiled .pll file.
Cheers,
Dave
|
|
|
Re: ORA-06508 Solution for attached Libraries [message #86276 is a reply to message #85211] |
Thu, 16 September 2004 09:00 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Amit
Messages: 166 Registered: February 1999
|
Senior Member |
|
|
Hi
But that are the application libraries , I can not distribute with the application.
IF i use pll it works fine but if I use plx it gives me an error- some strange messages that shows along with form error ON-NEW-ITEM-INSTANCE, ORA-06508 error .
Please help.
Thanks
|
|
|
Re: ORA-06508 Solution for attached Libraries [message #86293 is a reply to message #86276] |
Sun, 19 September 2004 22:21 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Himanshu
Messages: 457 Registered: December 2001
|
Senior Member |
|
|
Hi,
Generate the .plx using ifcomp60 instead of generating it through the Forms Designer.
e.g.
ifcomp60 MODULE=mylib.pll userid=scott/tiger@db module_type=library compile_all=YES
FROM THE COMMAND PROMPT KEEPING THE ORACLE_HOMEBIN directory as the current directory.
This results in a .plx file being created which has the same name as the .pll file.
Also Check if plx is available in the FORMSXX_PATH.
HTH
Regards
Himanshu
|
|
|