InterviewSolution
Saved Bookmarks
| 1. |
What Does Create Any Procedure System Privilege Grant To A Schema? |
|
Answer» The CREATE ANY PROCEDURE SYSTEM privilege ALLOWS the schema to create any package, procedure, or function WITHIN its schema or owned by any other schema. The CREATE ANY PROCEDURE system privilege allows the schema to create any package, procedure, or function within its schema or owned by any other schema. |
|