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!

Execute privillege to another schema

User_OOAI2Mar 6 2020 — edited Mar 6 2020

Hi,

There is a procedure named 'Update_emp_details' in our database which actually update the employees table present in the same database. I needs to give execute permission for a another user to this procedure 'Update_emp_details'.

Is giving execute privilege is enough for that user to run the procedure 'update_emp_details' or should i also needs to give modify privileges(insert,update,delete) for the table 'employees' ?

Please clarify me.

This post has been answered by Cookiemonster76 on Mar 6 2020
Jump to Answer
Comments
Post Details
Added on Mar 6 2020
4 comments
1,908 views