Login  Register

Question on access priviliges On package

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Question on access priviliges On package

satish
1160 posts
Hi erman,

We have a package having 5 procedures ansd 3 functions in it.Now i have to grant permissions to a user to exexute that package.My concern was,is it sufficient to grant execute privilige on package or do we need to grant on all the procedures and functions inside that package to run the package successfully

Thank you,
Raji
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Question on access priviliges On package

ErmanArslansOracleBlog
Administrator
5732 posts
We perform the grants at the package level.
So granting execute on package is sufficient.