How to grant execute privileges for some procedures and not to grant to some other procedures of the [message #39938] |
Mon, 26 August 2002 13:32 |
Swamy
Messages: 78 Registered: June 2002
|
Member |
|
|
I created a package with two procedures in spec and three procedures in body. I created a public synonym for this package and granted EXECUTE privilege to a user, thinking that the user can’t use the third procedure. But, even I can’t able to execute the third one. Please tell me the way that I can able to execute a procedure in a package but not by others for that particular procedure. I want the remaining procedures of that package to be executed by others. Thanks for the advise.
|
|
|
|