How to resolve the ora-305501 error [message #478114] |
Wed, 06 October 2010 06:38  |
kvkpraveen
Messages: 20 Registered: June 2010 Location: Bangalore
|
Junior Member |
|
|
Hi All
I am using ole2 object to call MSWORD 2007 (for spell check window) in oracle forms10g(10.2) version later i migrated into oracle forms 11g. Here i am facing problem while clicking the push button it is not open the spell check window insted of that i am getting the error ORA-305501 and frm-40735
Please give the solution
Regards
Praveen.K
[Updated on: Wed, 06 October 2010 06:44] Report message to a moderator
|
|
|
|
Re: How to resolve the ora-305501 error [message #684766 is a reply to message #684765] |
Tue, 17 August 2021 06:18   |
 |
Michel Cadot
Messages: 68755 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
ORA-30550: index depends on a package/function spec/body which is not valid
*Cause: the functional indexes depends on some invalid/non-existent
package/function spec/body
*Action: verify that all the package/functions which the index depends on
exist and are valid
[Updated on: Tue, 17 August 2021 06:18] Report message to a moderator
|
|
|
Re: How to resolve the ora-305501 error [message #684767 is a reply to message #684766] |
Tue, 17 August 2021 06:21  |
 |
Akansal
Messages: 2 Registered: August 2021
|
Junior Member |
|
|
Hi Michel,
I am using OLE2 built in package to create an excel file using the forms
but it is giving the error ORA-305501 on the first line under BEGIN block that is
--> " application:=OLE2.CREATE_OBJ('Excel.Application'); "
|
|
|