InterviewSolution
Saved Bookmarks
| 1. |
Can A Schema A With The Create Any Procedure Privilege Alter Or Modify A Package X In A Schema B? |
|
Answer» No, a schema A with the CREATE ANY PROCEDURE privilege cannot alter or MODIFY a PACKAGE X in the schema B. The schema must have the ALTER ANY PROCEDURE system privilege for ALTERING or MODIFYING any program unit. No, a schema A with the CREATE ANY PROCEDURE privilege cannot alter or modify a package X in the schema B. The schema must have the ALTER ANY PROCEDURE system privilege for altering or modifying any program unit. |
|