Question on access priviliges On package

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

Question on access priviliges On package

satish
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
|

Re: Question on access priviliges On package

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