Home > database > The oracle stored procedure authorization problem
The oracle stored procedure authorization problem
Time:09-19
How a user of a stored procedure to modify permissions granted to another user? Find didn't find the way for a long time, hope to master give directions!
CodePudding user response:
Grant execute on myproc to target_user
CodePudding user response:
I mean to modify permissions, not execute permissions