You want to create procedures, functions and packages Which privilege do you need?
A.
EXECUTE CODE object privilege
B.
CREATE ANY CODE object privilege
C.
CREATE PACKAGE system privilege
D.
CREATE PROCEDURE system privilege
E.
CREATE FUNCTION, CREATE PROCEDURE, CREATE PACKAGE system privileges
Explanation:
The privilege CREATE PROCEDURE gives the grantee the right to create procedures, functions, and packages within their schema. This privilege does not give the right to drop or alter the program constructs.
Incorrect Answers
A, B & C are not valid object or system privileges.
Are those explanations correct?
ya i also want to know that explanation that was given was correct or not ?
D is correct answer