InterviewSolution
Saved Bookmarks
| 1. |
Which Privileges Are Required To Execute A Subprogram Owned By Another User? |
|
Answer» To execute a SUBPROGRAM owned by another user, the user must be GRANTED EITHER the EXECUTE privilege on a PROCEDURE or function or the EXECUTE ANY PROCEDURE system privilege. To execute a subprogram owned by another user, the user must be granted either the EXECUTE privilege on a procedure or function or the EXECUTE ANY PROCEDURE system privilege. |
|