Skip to Main Content

SQL & PL/SQL

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!

grant create package or function is necessary in oracle

733256Apr 24 2011 — edited Apr 25 2011
i am create a user name sukanta,after that i am grant to the user.procedure grant statement successfully run but function
and package grant statement return same error message.function and package grant are not necessary.why??

plzzz help me...

grant create procedure to sukanta;

grant create package to sukanta;
grant create function to sukanta;
This post has been answered by Peter Gjelstrup on Apr 24 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 23 2011
Added on Apr 24 2011
3 comments
70,253 views