Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-04042: procedure, function, package, or package body does not exist

ObaidullahDec 19 2010 — edited Dec 21 2010
Hi,

I have created a procudure and some funtions in it. I can use them properly but now i want to use it from another schema. When i grant the execute on function it gives error.

ORA-04042: procedure, function, package, or package body does not exist

I have executed followin command to grant execute privilige.

grant execute on xxzg_leave_calculation.XXZG_GET_LEAVE_ELIGIBILITY to ABC;


Please Help me.

Regards,
Obaidullah Syed
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 18 2011
Added on Dec 19 2010
4 comments
11,669 views